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 →
Jevkalk Alternatives
Similar projects and alternatives to jevkalk
-
easyjevko.js
A JavaScript library for Easy Jevko -- a simple data format built on Jevko.
-
-
Klotho
AWS Cloud-aware infrastructure-from-code toolbox [NEW]. 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)
-
-
-
interjevko.js
Experimental Schema-based Minimal Data Interchange with Jevko.
-
-
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
-
-
markup-experiments
A collection of experiments with Jevko and text markup.
-
binary-experiments
Experiments with various binary formats based on Jevko.
-
-
Resurgence
The Resurgence VM, a register virtual machine designed for simplicity and ease of use, based on the old Rendor VM
-
-
-
-
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
jevkalk reviews and mentions
-
November 2022 monthly "What are you working on?" thread
[1] Here's one of my tries: https://github.com/jevko/jevkalk
-
Jevko: a minimal general-purpose syntax
Here is a toy language that uses Jevko as syntax that I've been hacking on a bit recently: https://github.com/jevko/jevkalk
> 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
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
Stats
The primary programming language of jevkalk is JavaScript.