BOLT Programming News
The programming language for begginers.
Status: Beta
Brought to you by:
nanobytesinc
Right now I am writing the tutorial for BOLT. It is on the Wiki under "tutorial"
Right now I am working on custom datas types. This would allow for me to create data types like the C++ FILE, and allow for me to make the BOLT standard library more effective.
Right now I am working on making sure that all of the elements you enter are valid, for example:
datatype Student begin
string Name
number ID
end... read more