mattwparas / steel

An embedded scheme interpreter in Rust
Apache License 2.0
1.25k stars 56 forks source link

Add remaining port functions to match R7RS spec #60

Open mattwparas opened 1 year ago

mattwparas commented 1 year ago

See ports in here https://small.r7rs.org/attachment/r7rs.pdf

Not all of these need to be implemented as native functions, but there are only a handful of port related functions currently implemented.

jrvidal commented 5 months ago

I might look into this shortly (if nobody is currently working on it).