The Dink Network

Reply to Re: Let's make a cross platform editor for everone to use! (CALLING ALL C++ PROGAMERS!)

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
June 26th 2011, 03:24 AM
anon.gif
shevek
Ghost They/Them
 
Is Python faster than Java? I'd expect it to be similar, being both interpreted languages. OTOH the Python guys have put a lot of work in performance, and it probably paid off. I'm always surprised how fast it is for a scripting language.

I think compiling on a Windows machine is a nightmare. This is one reason I chose Python: it makes it cross-platform without actually needing to compile things on Windows. For the same reason, unless things become unbearably slow, I want to stick to pure Python. Also, I'm not sure how much faster it would become, as all really slow things (drawing) are done by Gtk, not Python.

I disagree that a featureful editor cannot be written in Python. But don't let that stop you from working on a C++ editor.