Platform Independent, Lightweight Programming Language
Posted
by Jack Mills
on Stack Overflow
See other posts from Stack Overflow
or by Jack Mills
Published on 2009-06-11T09:58:03Z
Indexed on
2010/06/02
15:33 UTC
Read the original article
Hit count: 174
programming-languages
I need to write an extremely lightweight program (trying to get below 8Kb) that performs some simple math. The language also needs to be platform independent. Which language do you think would work the best? (Oh, and no frameworks allowed.)
© Stack Overflow or respective owner