![]() |
Webrainfck Programming Language
Webrainfck is meant as a sort simple programming language/framework extension of the brainf*ck programming language. It supports the 8 standard brainf*ck instructions and it adds 3 instructions, a macro for strings and "web enabled" syntax. It provides some stuff for a small web framework, such as retrieving CGI variables, form input, an interface to SQLite 2, etc. (hopefully more to come later) There's no support for flat files, cookies or sessions yet. The executable works like a CGI processor for .wbf files. Hello world, a small guestbook, and a 1 digit calculator examples are provided.
Related: Copyright © 2000-2005 Edward L. Blake |