Posts in 2023
  • Release of the programming language NewLang 0.4

    Tuesday, June 06, 2023 in Articles

    New features and changes in the syntax of NewLang Reworked the definition of object types using prefix naming (sigils) Interrupting the execution flow and returning can now be done for named code blocks. Simplified the syntax for importing native …

    Read more

  • DSL (domain-specific language) implementation with macros

    Wednesday, March 01, 2023 in Articles

    Attention!!! This article contains a description of the NewLnag syntax of the previous version. Publication source https://habr.com/articles/720416/ This is a translation of my own article The release of NewLang language with a brand new …

    Read more