Conversation

Pondering the possibility of using Prolog for bootstrapping a type theory + programming language implementation… …though I'll probably reconsider once I start hitting all the type and mode errors. 😅
2
8
Replying to
Current thoughts: - Confused about how to use DCG to make a lexer. - Already wishing for Extended DCG for working with multiple accumulators the same time. - Feeling the lack of type checking/mode checking. - Seems like you can't nest modules like: `core:semantics:eval/3`.
2
1
Show replies