web services - Versatile, lightweight and free programming language that runs on desktop and cloud -


i'm student , (need to) write small desktop , web apps time time. i've used realbasic few times i'm pretty sure theres better languages.

those requirements:

  • run on windows/os x , linux
  • have webframework available node.js js, vibe d, etc
  • a nice ide/text editor support language (code completion) os x
  • free
  • run native, or small portable vm lika dao or have packed delphi , realbasic
  • not ruby (sorry)

i'm open sorts of languages, d looked best combination of vibe.d, after spending day trying set on os x dropped it.

python:

  • pre-installed on os x , 99% of linux distros. installable on windows.
  • python has flask, bottle, django, web2py, web.py, , quite few more.
  • i use sublime text. textwrangler good, don't remember if had support code completion.
  • free.
  • you can use py2exe , py2app make standalone executables.
  • not ruby.

python's web frameworks excellent , pyqt4/pyside complete python bindings qt4.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -