Skip to content

creepersaur/ignite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

121 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ignite Logo

Bytecode compiled dynamically typed programming language inspired by Rust, C#, python, etc. (It's a rewrite of Cranberry in Rust and compiled.)

// variable declaration
let x = 10

println($"The value of x is {x}")
// function declaration
fn hello() {
	for i in 0..10 { // for loop
		println(i)
	}
}
// Standard Library `Std`
let input = Std::IO::read_line("say something: ")
println("You said:", input)

About

Bytecode compiled dynamically typed programming language inspired by Rust, C#, python, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages