An Interpreter for a Python-like Language Written in Dart

This page summarizes the projects mentioned and recommended in the original post on /r/dartlang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Crafting Interpreters

    Repository for the book "Crafting Interpreters"

  • PS: If you really want to learn how to implement interpreters, I recommend Bob Nystrom's book Crafting Interpreters in which you learn to create a Java-like programming language from scratch using Java. Like others before me (I guess) I ported the Java source to Dart.

  • dart_smython

    A tiny, still incomplete interpreter for a language similar to Python 3

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • lox

    A dart implementation of Bob Nystrom's Lox language (by sma)

  • PS: If you really want to learn how to implement interpreters, I recommend Bob Nystrom's book Crafting Interpreters in which you learn to create a Java-like programming language from scratch using Java. Like others before me (I guess) I ported the Java source to Dart.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts