kenpratt/rusty_scheme

Examples on how to bind rust functions?

Closed this issue · 2 comments

Is this an embeddable scheme?
If so is there a small example on how to bind a rust function and call it from scheme?

Bleh! Looks like just a toy implementation. :( Sorry!

Sorry @lephyrius -- yes this was just a for-fun project, and is a pretty narrow slice of functionality. It would be quite easy to extend to call rust functions, if your use case is on the simple side and you don't need much of the stdlib/types in Scheme.