pharaun / alldice

Restful interface to a dice expression eval and generator.
Apache License 2.0
0 stars 1 forks source link

Maybe consider switching the scheme interpreter from strict evaluation to lazy evaluation. #21

Open pharaun opened 10 years ago

pharaun commented 10 years ago

I keep on finding myself referring to lambda somewhat often for various stage of programming. It seems like I need to get more familiar with scheme, or the usecase here is more useful with it having a lazy evaluation model.