Skip to content

DeltaF1/rufipectus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust implementation of Wren (github)

Stupid pun: https://en.wikipedia.org/wiki/Rusty-breasted_wren-babbler

Goals

  • Store primitive values alongside objects
  • Learn about optimizing compilers
  • Do as much compile-time type analysis as possible to reduce the amount of method lookups
  • Add some more warnings and safeguards especially around null values

Usage

cargo run test.wren

About

Rust implementation of Wren language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors