HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mthom

no profile record

comments

mthom
·há 2 anos·discuss
thank you! the scryer community deserves much of the credit too. everyone is welcome and encouraged to join us at https://github.com/mthom/scryer-prolog! some exciting plans in the pipe
mthom
·há 2 anos·discuss
I've spinning up a new Shen implementation from scratch, in Racket, which integrates directly with my Prolog implementation, Scryer Prolog:

https://github.com/mthom/scryer-shen/

Several innovations are documented in the README. Both the Prolog implementation and the type checker are written in / hosted by Scryer (Prolog implementation is done, the type checker is in progress). Scryer has many powerful constructs for monotonic reasoning which should help to take Shen's type checker in particular to new heights of power!
mthom
·há 4 anos·discuss
not interested unless it is about the 80s indie pop band
mthom
·há 5 anos·discuss
The cat that pamphlet is about, Nightlife Mingus: http://achewood.com/?date=06202003
mthom
·há 5 anos·discuss
The ISO standard does not yet say anything about FFIs. I've heard that SWI's FFI is hampered by its garbage collection somehow. Since I'm working on a GC for Scryer now, it's probably a good idea to consider FFI concurrently. "A beginning is such a delicate time." I remember reading that somewhere.
mthom
·há 5 anos·discuss
No FFI yet, no. I'll first try to adapt LispWork's Foreign Language Interface by writing a compatibility layer for Rust. If that goes well, I'll begin to explore writing a Common Lisp FFI to Scryer, which may give insights on how to interface Scryer to languages like C and Java.
mthom
·há 5 anos·discuss
I'm planning version 0.9.0 soon. From there I hope to get back to a regular release schedule.