parsejevko.js VS nederlang

Compare parsejevko.js vs nederlang and see what are their differences.

parsejevko.js

[DEPRECATED] Deprecated in favor of https://github.com/jevko/jevko.js (by jevko)

nederlang

Nederlandse programmeertaal 🇳🇱. Geïnterpreteerd en met dynamische types. Met bytecode compiler en virtuele machine, in Rust. (by dannyvankooten)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
parsejevko.js nederlang
2 4
6 29
- -
10.0 10.0
over 1 year ago over 1 year ago
JavaScript Rust
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

parsejevko.js

Posts with mentions or reviews of parsejevko.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-03.

nederlang

Posts with mentions or reviews of nederlang. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-21.
  • What's everyone working on this week (47/2022)?
    2 projects | /r/rust | 21 Nov 2022
    Writing a blog post on my experience rewriting a toy interpreter in Rust and what it took to make it faster than the one I wrote in C.
  • Resources on implementing a LISP-like language interpreter?
    1 project | /r/compsci | 15 Nov 2022
    Closures will probably remain hairy though. It’s a tough problem to solve. I’ve yet to take the plunge (supporting closures, that is) for my toy language Nederlang but maybe the other parts of it can be of help. It’s no longer a tree-walking implementation though.
  • Emitting block as expression to a stack vm
    1 project | /r/ProgrammingLanguages | 12 Nov 2022
    The way I solved this in Nederlang is to create a hole in the stack for the maximum amount of local variables the compiler encountered for each block statement.
  • November 2022 monthly "What are you working on?" thread
    25 projects | /r/ProgrammingLanguages | 3 Nov 2022
    Have been working on Nederlang for the last few weeks again. My last (and first!) attempt at an interpreted programming language was in C but it wasn't that pleasant to work in. I'm now using Rust and am pretty happy with it so far. Performance is great (using tagged pointers and some nice optimizations using specialized opcodes for common operations, like operating on a constant and a variable, bypassing the stack), it's a joy to work in and exotic segfaults are a thing of the past.

What are some alternatives?

When comparing parsejevko.js and nederlang you can also consider the following projects:

jevkostream.scm - (WIP) Streaming parsers for Jevko in Scheme

pythonvm-rust - An incomplete stackless interpreter of Python bytecode, written in Rust.

algebralang - at this time this is some example code of a language I want to build

utena

jevko.lua - A Jevko library for Lua.

uvm - Fun, portable, minimalistic virtual machine.

Glide - Glide programming language

interjevko.js - Experimental Schema-based Minimal Data Interchange with Jevko.

edsl - Example of embedding TypeScript as an EDSL inside of another language

jevkalk - A Jevko-based interpreter.

tutorials - Tutorials related to Jevko