Dictu VS otpcl

Compare Dictu vs otpcl and see what are their differences.

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Dictu otpcl
9 1
268 36
0.7% -
9.5 0.0
2 months ago over 1 year ago
C Erlang
MIT License ISC License
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.

Dictu

Posts with mentions or reviews of Dictu. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-08.
  • Dictu Programming Lanugage
    2 projects | news.ycombinator.com | 8 Nov 2022
  • Dictu Programming Language
    1 project | news.ycombinator.com | 7 Apr 2022
  • Dictu 0.22.0!
    2 projects | dev.to | 25 Oct 2021
    For more information on Dictu see either of the below links. Site: https://dictu-lang.com/ GitHub: https://github.com/dictu-lang/Dictu
  • Dictu - A simple programming language
    2 projects | dev.to | 5 Oct 2021
    Dictu is a high-level dynamically typed, multi-paradigm, interpreted programming language. Dictu draws inspiration from the family of languages surrounding it, such as Python, JavaScript and Lua. It's a language that I have been working on for a few years now with contributions gratefully coming in from developers from all parts of the globe.
  • October 2021 monthly "What are you working on?" thread
    11 projects | /r/ProgrammingLanguages | 1 Oct 2021
    Dictu: Been working on a variety of things, some bug fixes, some features, some stdlib contributions.
  • April 2021 monthly "What are you working on?" thread
    22 projects | /r/ProgrammingLanguages | 1 Apr 2021
    I've been working on Dictu (https://github.com/dictu-lang/Dictu) which is a high-level general purpose language, with inspiration from languages around it such as Python. While working on Dictu, I find it's obviously nice to implement things with the language being created so i made an automatic watering system with the code written in Dictu! While doing so, things like syntax highlighting and whatnot is pretty much a must have, so i've also been wrestling with creating a VSC extension and learning all about LSP!

otpcl

Posts with mentions or reviews of otpcl. We have used some of these posts to build our list of alternatives and similar projects.
  • Parser Combinators in Elixir
    1 project | news.ycombinator.com | 6 Apr 2021
    I guess I can chime in on the "by hand" front, since that's how I ended up going about the first non-trivial parser I wrote[1]: https://github.com/otpcl/otpcl/blob/master/src/otpcl_parse.e...

    I'd say the difficulty was moderately high, but that was with no real prior experience with parsers. With that water under the bridge, I'd now rate it at around moderate effort. And the result was gaining a clear and precise understanding of the implicit state machine transitions, and being able to control exactly where and how those transitions happen, such that I didn't really need much of a lexer (the "lexer" just tags each character with its position, so that I didn't have to track that separately in the actual parser code itself).

    That said, the result is a bit of a tangled mess; it didn't start that way, but eventually the parsing logic got complex enough that I needed to resort to Erlang's preprocessor macros, and while the end result is manageable through some judicious organization, in hindsight I probably could've done the same with functions, and in a more reusable and maintainable way. If I ever get around to another parser rewrite, I might try using parser combinators or some approximation thereof instead.

    ----

    [1]: Technically the second or third, since I rewrote it a couple times as one can see from the commit history - although said history is a bit hard to pin down across all the renames of the relevant file.

What are some alternatives?

When comparing Dictu and otpcl you can also consider the following projects:

cish - Go + Generics + Sum Types

pocketlang - A lightweight, fast embeddable scripting language.

Cwerg - The best C-like language that can be implemented in 10kLOC.

oxide-lang - Oxide Programming Language

hook - The Hook Programming Language

gravity - Gravity Programming Language

shiru-ts

endbasic - BASIC environment with a REPL, a web interface, a graphical console, and RPi support written in Rust

lngrs

Mond - A scripting language for .NET Core

calypso - Calypso is a mostly imperative language with some functional influences that is focused on flexibility and simplicity.

Crafting Interpreters - Repository for the book "Crafting Interpreters"