Velid is a new programming language, with a
New Paradigm, Fast, Unbloated, Efficient Syntax.
Interpreted language.
General purpose.
Alfa Version.
velid created by andrea sorato
Velid Version 0.8.0
WHAT'S NEW
- General improvments
- Autospacing restored
- -join in threads
Velid Version 0.7.0
WHAT'S NEW
- Structures
- bug fixes
- ! Disabled GC for its too many bugs (need to rebuild it from scratch in future)
- Other minor functionalities added
Velid Version 0.6.0
WHAT'S NEW
- -map method
- anonymous functions
- more stable threads
- bug fixes
- ! Disabled GC for its too many bugs (need to rebuild it from scratch in future)
- Other minor functionalities added
Download Velid.pro v 0.1.1
Examples
table.vld
3_parallel_counters.vld
ticking_bomb.vld
loop.vld
recursive.vld
WHAT'S NEW
- Fixed lambda flush bug
Examples
table.vld
3_parallel_counters.vld
ticking_bomb.vld
loop.vld
recursive.vld
Download Velid.pro v 0.1.0
Examples
table.vld
3_parallel_counters.vld
ticking_bomb.vld
loop.vld
recursive.vld
WHAT'S NEW
- Recursive functions enabled
- Many bug fixed
- Undefined improved
- While, dowhile, loop
- More thread stability
- .vld velid file extension convention
- Autolocate in current folder main file
- Delayed garbage collection (see news blog)
- Removed autospacing temporarely
Examples
table.vld
3_parallel_counters.vld
ticking_bomb.vld
loop.vld
recursive.vld
Download Velid.pro v 0.0.2
WHAT'S NEW
- Access to runtime sub-objects
- Undefined
- Default operator (fallback for undefined)
- Threads (very unstable)