English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

In any case are these sinuous languages useful for particular purposes?

2007-05-19 08:48:09 · 4 answers · asked by Roy Nicolas 5 in Computers & Internet Programming & Design

4 answers

Lisp and Python are both general purpose, Turing-complete languages, so you can do pretty much what you want with them.

Python is interpreted, so may be too slow for some purposes. But check out pygame.org for a simple library and a bunch of free games written in Python. Pathological is great fun!

Lisp is usually compiled to machine code and supports high-performance optimizations, so it would be a better choice for low level or performance sensitive code than Python.

Many games these days use more than one programming language. For example, C or assembly language for the core engine which is scriptable via a higher level language like Python or Lisp.

ASP is an API made by Microsoft, which is usually used to make dynamic web content (not Flash style movies/games though). It could be used to make online interactive games of some kinds.

2007-05-19 09:37:52 · answer #1 · answered by Anonymous · 0 0

Yes; Python can be used to make games (for 2D games have a look at pygame.org, for 3D games try panda3d.org). LISP and ASP, on the other hand, are not really suited to game-making.

2007-05-19 09:37:12 · answer #2 · answered by maniacmartinuk 4 · 0 0

Hey ciao,
Per il download di Python puoi cliccare su questo link: http://bitly.com/1m0vswp

Da questo link puoi scaricarlo gratuitamente.
Un saluto

2014-09-13 09:44:54 · answer #3 · answered by Anonymous · 0 0

They can be yes, it may not be as easy as with other languages but still you can.

2007-05-19 09:39:43 · answer #4 · answered by Riekkie 2 · 0 0

fedest.com, questions and answers