In this post, we will continue to explore how to integrate mode declarations into Makam, using bidirectional typing as an example.
Read on →-
A language design taksim on mode declarations for Makam, part 2
submitted
-
A language design taksim on mode declarations for Makam
submitted
-
Makam Tutorial 1: Prototyping a toy language and its interpreter
submitted
-
Literate Makam web pages and other recent news
submitted
-
Welcome!
submitted
In this post, we will explore a few design ideas related to integrating mode declarations into Makam, using bidirectional typing as an example. This feature is experimental, so I’d be glad to hear comments and ideas!
Read on →I have been working a lot on Makam in the past few months, the metalanguage based on λProlog that I started implementing at MIT working with Adam Chlipala. The latest feature I have been working on is a Web interface for Makam, meant to be used for literate posts that have Makam code alongside the text. The code is ran through a AWS Lambda Makam webservice. This is the first such literate post – so go ahead and evaluate the code of this web page, or even try editing the final queries before evaluating, using the two buttons on the bottom-right of the page!
Read on →