Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.2 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.2 KB

CHALK

####a light-weight programming language made mainly for learning purposes
#####THIS LANGUAGE WORKS ONLY ON 64-BIT SYSTEMS (GUARANTEED TO WORK ON LINUX ONLY) !! .....................................

Ok .. I was bored so I decided to make a simple programming language just for fun So here it's .. and it's called chalk .. which I love for it's sound and colors.

Language is still in designing phase ... that means the way you write in some code may change in the future

######Features :-

	Not really much because as I said it's still under heavy development but to count a few
	- Lua like syntax (I like lua and it's syntax, and there's no reason to hate it =D)
	- Automatic type detection 
	- Automatic memory managemnt (For bytecode only!)
	- Basic I/O & Math library built-in
	- Quite easy VM so you can implement it in any programming language you like on any platform
	- Fast .. if follows a linear approach for the compiler and the VM .. making it bleeding edge

####I really love to see your contributions ... bring in your ideas and code modifications

######This project is licenced under GNU GPLv3 license, ######you should have recieved a copy of it in this package in file LICENSE.