jevkalk

A Jevko-based interpreter. (by jevko)

Jevkalk Alternatives

Similar projects and alternatives to jevkalk

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better jevkalk alternative or higher similarity.

jevkalk reviews and mentions

Posts with mentions or reviews of jevkalk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-03.
  • November 2022 monthly "What are you working on?" thread
    25 projects | /r/ProgrammingLanguages | 3 Nov 2022
    [1] Here's one of my tries: https://github.com/jevko/jevkalk
  • Jevko: a minimal general-purpose syntax
    5 projects | /r/programming | 25 Oct 2022
    Here is a toy language that uses Jevko as syntax that I've been hacking on a bit recently: https://github.com/jevko/jevkalk
    30 projects | news.ycombinator.com | 25 Oct 2022
    > is doing? It sure looks to me like it's asking whether a symbol (i.e. indivisible atom) ends with an equal sign, which is semantic gibberish.

    There are no symbols or indivisible atoms here.

    What's happening here is parsing. `jevkoToHtml` is a kind of parser-transpiler which operates on a syntax tree, rather than a sequence of characters or tokens.

    The syntax tree is the output of an earlier stage of parsing, done by the Jevko parser.

    So you can think of this as multi-pass parsing, by analogy with multi-pass compilation.

    At the same time as this second pass of parsing is happening, translation to HTML is happening as well.

    Hope this clarifies things!

    ---

    [0] To clearly see the point, here is a toy programming language which uses Jevko as its syntax: https://github.com/jevko/jevkalk

    30 projects | news.ycombinator.com | 25 Oct 2022
    Yes, it has the same spirit of S-expressions and shares the lovely square brackets of Rebol. The major difference is that Jevko is whitespace-agnostic: it has no notion of elements separated with whitespace.

    Generally it's a simpler, more low-level thing. It could be used to build a Rebol-like language. You could add whitespace rules on that level.

    A toy example: https://github.com/jevko/jevkalk

    This one does not use whitespace as a separator, allowing spaces in identifiers at the expense of more brackets.

  • A note from our sponsor - Klotho
    klo.dev | 7 Jun 2023
    Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source) Learn more →

Stats

Basic jevkalk repo stats
4
4
10.0
8 days ago

The primary programming language of jevkalk is JavaScript.

Write Clean JavaScript Code. Always.
Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
www.sonarsource.com