Skip to content

nextlng/Next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next

Next - new programming language, written of JS. Fast and reliable

  • Next is open source programming language
  • Easy to learn and get started with
  • Growing ecosystem of partners, communities, and tools

Install

$ git clone https://github.com/li0ard/Next

Example

This example of Next programm:

do(
	define(hello, "Hello World"),
	println(hello) #This is comment
)