2009-02-22 Rick R <[email protected]>: > I have been looking for a functional language that compiles to efficient > C/C++ to fufill two rather odd criteria. > [...]
Hello Rick, you may want to have a look at crunch (http://chicken.wiki.br/crunch), which is a restricted dialect of Scheme that can be compiled to relatively clean C++ and uses reference counting for memory management. cu, Thomas -- When C++ is your hammer, every problem looks like your thumb. _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
