Skip to content

crnvl/netl2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check Build

NETL2 - Streamlined high-level scripting

NETL2 is a scripting language that takes the no-boilerplate approach of Rust to the extreme while still maintaining a readability you would expect from high-level languages. Additionally, NETL2 is designed to be concise and streamlined, so that anti-patterns are difficult to write and the language is easy to learn.

Features

  • Concise syntax
  • Absolutely no boilerplate
  • Easy to learn

Learning NETL2

Get started here

Code examples

 f test_fn { v test = 20 w test > 0 { p(test) test = test - 1 i test == 10 { p("test is 10") } } } f nested_fn { v test = 3 p(test) test_fn! } nested_fn!

About

Streamlined high-level scripting with zero boilerplate.

Topics

Resources

Stars

Watchers

Forks

Languages