array numbers = {
value: [1, 2, 3]
color: ["blue", "green", "red"]
}
page
show numbers
Easy to Use
Merlin was designed from the ground up to have easily understandable, progressive syntax while also allowing you to make changes using GUI, which intern syncs with your code.
Made for Teaching
Merlin provides pre-built components that can be used to create interactive tutorials and exercises, making it easier to teach programming concepts.
Powered by Mermaid
Merlin is built on top of Mermaid, a powerful diagramming tool that allows you to create diagrams and flowcharts using simple text syntax. This means you can easily visualize your code and its execution flow.