Skip to content

thomas9911/embedded_languages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embedded languages

A list of scripting languages that can be embedded in a rust application

Scripting languages

Lua

The OG embeddable language. Implemented here with mlua with the luau or roblox lua syntax.

Javascript

Three implementations:

  • Deno, which uses v8 under the hood
  • quickjs, which uses its own engine.
  • boa, which uses its own engine written in Rust.
  • rusty_jsc which uses the javascriptcore engine

Python

Not exactly python but close, Starlark

Embeddable en extensible scripting language made in Rust

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors