compiler construction - Using ML in "Real-World" Applications -
I like to learn mL in college. I find functional programming often a fresh, great way to write some algorithms. I've heard about F # and played something with it. However, I have written some interesting works in ML and I would like to integrate as libraries which I can use in other applications.
Normally I paste my tasks in the SMLNG interpreter. Is there any way I can compile them?
You have to use something. It compiles Java byte code or you can use the compiler to compile .NET IL.
Comments
Post a Comment