Slashdot Mirror


User: crispie

crispie's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Its not C Jim, not as we know it. on C Styled Script - C-like Scripting Language · · Score: 1

    This language is as much a C language as C++ or Perl is. No 'int', no 'long', no 'char *'. It only provides a variant (generic) 'var' type. Its a C-like language, but not spectacularly advanced. Fine if we had it 10 years ago but theres much more useful languages out there. Heck, you could compile C to Java byte code and have something debuggable and probably more useful, but as everyone will ask - why?