melsman / apltail

APL Compiler targeting a typed array intermediate language
MIT License
212 stars 9 forks source link

MosML support? #17

Open athas opened 8 years ago

athas commented 8 years ago

What prevents apltail from working with MosML?

melsman commented 8 years ago

Have no idea. MosML doesn't support MLB files, so some hacking is necessary...

athas commented 8 years ago

I have a system I would like to run TAIL on, but the only SML compiler available is MosML. I'll take a swing at it.

\ Troels /\ Henriksen

melsman commented 8 years ago

What kind of system is that? ;)

athas commented 8 years ago

I managed to find an MLton package for OpenBSD, so I won't spend any more time on this one. (Turns out that MosML does not define Real.posInf.)

melsman commented 8 years ago

Ok.. In the fall, I'll boost up MLKit to run on OpenBSD as well. And, what is also important, I'll work on smoothening the installation procedure for both APLT and MLKit...

athas commented 8 years ago

Make 'make mlkit' and 'make mlton' targets, like how smackage works?

\ Troels /\ Henriksen