jojo 0.1.8

JoJo's Bizarre Programming Adventure.
docs.rs failed to build jojo-0.1.8
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

JoJo's Bizarre Programming Adventure

Build Status


DIO: ZA WARUDO is full of languages without good type system, we don't need anymore!

JOJO: Just one more!

DIO: Do you care about HUMANITY! JOJO?

JOJO: I REJECT MY HUMANITY, DIO!


Features

jojo is a dynamic lisp-like language for scripting rust.

  • implemented in rust by a dynamic threaded code interpreter
  • object oriented, but no side-effect over objects
  • uses rust's Arc as garbage collector
  • [TODO] simple FFI to rust library
  • [TODO] forth like threading macro

Getting start

With nightly rust toolchain :

cargo install jojo

Contributing

Contributions are welcome! (The code base is still simple for now.)

  • Give suggestions in issues.
  • Or simply throw pull requests to me!

I will write style-guide and hacking-guide for my contributors :)

Documentation

See adventure for code examples.

LICENSE

GPLv3