Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Neat language in all in one package

Name: Anonymous 2011-09-29 19:32

I am looking for a tool language with the following features:

Supports both compiled and interpreted code
Documentation provided within the IDE.
Integrated support to access Graphics and Sound from the OS, either GNU/Linux or Windows.
easy code re-usage without OOP.

things considered so far but didn't like:
factor
processing
various python implementations

Name: Anonymous 2011-09-30 17:01

Chicken. Interpreter works out of box, you need to use mingw or something to compile.

For multimedia, there's some support with the eggs (extra libraries). If not, you can always in-line C so you can just do SDL. Also Chicken compiles to C first.

>code reuse
Prepare your lambdas, macros, and defines. Have you read your SICP today?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List