This page contains the set of completed or partially completed programming projects which I do not plan to continue developement on.
Status for Atlantis
The Windows (3.1) version of the runtime library is working and includes an API for window handling. The developement of Atlantis is stalled.
Atlantis is a scripting language that allows both a functional and an imperative approach. All of its flow-control (if, while, for) is embedded in the function call. It supports unnamed functions. It has only one namespace, and all variables are of type string. A function is a variable or constant containing executable Atalntis code.