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 15:06

C.  Not joking.

Supports both compiled and interpreted code
It's compiled, but there are plenty of script processing engines written for it.  For bonus points, write your own.  Or, if when you say "interpreted," you just mean that you want things like reflection, then just turn on RTTI.  If by "interpreted," you mean GC, then get a GC library for C.

Documentation provided within the IDE.
There is no language that is better documented than C.  Every modern text editor will have tags, syntax highlighting, and standard library documentation built in for C.

Integrated support to access Graphics and Sound from the OS, either GNU/Linux or Windows.
Win32 is written in C.

easy code re-usage without OOP.
That's exactly what C is.

Brace for shitstorm even though everyone knows this is the right answer

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