Languages
- 281
- thinBasic
- Windows BASIC-like script interpreter for Windows versions with Internet Explorer 5.5 or higher. Developed in Power Basic.
- 282
- wxBasic
- A free, Open Source Basic interpreter for creating portable GUI applications in Windows and Linux. Can create stand-alone executables.
- 285
- Dictionary of Programming Languages Befunge Page
- Brief language fact sheet, complete with links to conceptually related languages.
- 286
- Dufflebunk's
- Two Funge implementations. JavaScript Funge: Funge-98 in JavaScript. Object-Oriented Funge.
- 289
- Tim's Befunge Compiler
- This "pseudo-compiler" will create an ANSI C program from a Befunge-93 source file. Programs can still be self-modifying even after they are compiled.
- 290
- VSync's Funge Stuff
- Features a portable Befunge-93 pseudocompiler and several other compilers and interpreters. Demonstrates how to use Befunge as a CGI scripting language.
- 293
- Bistro
- Smalltalk variant that runs atop any Java virtual machine (VM) conforming to Sun Java specifications; has some Java features to better support integrating the two languages, declarative language model. [Open Source, BSD-like]
- 294
- Bistro = Smalltalk over Java
- Paper introducing Bistro language, compares it to Smalltalk, Java. Original motives, directions for language creation. By Nik Boyd.
- 296
- Java Platform Language Neutrality
- Nik Boyd paper considers criteria to assess language neutrality of a software development platform. Response to Roger Sessions.