Page cover image

Initial Design Document

The Initial Design for JM- (or JMDash) Document (or IDD, for short) is a document published by jstmax! in JM-'s Official GitHub repository detailing about how the base syntax and "Built-in" functions will work in JM-'s init release

Note that if you actually want to read it: it's a messy document created by jstmax! to start developing JM- with an actual idea of what he was doing, so yeah, if you cannot understand something in the document, that's probably why. We highly recommend you to read the Syntax 101 "lessons" instead.

Below there are the first introductive lines of the IDD

/*
Initial design for JM- (or JMDash) - jstmax, 19/08/2024
{ jstmax! } @ { 62 69 74 2E 6C 79 2F 6D 78 5F 69 6E 66 6F }

Here's a quick explanation on its core syntax and the first functions.
(The comments work as in Cpp)

Use '#incd .{library/header file name}' to import and use a library/header file.
In this initial design file we'll discuss the functions that are already "built-in" (so the ones that work without including anything)
*/

Last updated

Was this helpful?