Forgot your password?
typodupeerror

Comment VisualAleph (Score 2, Funny) 87

I'm just finishing programming a GPLed IDE/interpreter of some power, which you're welcome to. At the moment it's just for Aleph, a language of my own invention, which is an extension of BrainFuck. There are only thirteen commands, so its really easy to learn:
> pointer forward
pointer back
+ increment at pointer
- decrement at pointer
_ Assign char at pointer
= Assign int at pointer
, Read char from input stream
; Read int from input
. Write char to output
: Write int to output
[ and ] loop; skip if element at pointer holds 0
# Dump all values to output
It's Turing-complete, and intended to go head to head with Visual Basic. ActiveX support coming soon.

Slashdot Top Deals

Once it hits the fan, the only rational choice is to sweep it up, package it, and sell it as fertilizer.

Working...