Coder Social home page Coder Social logo

vimlord / lomda Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 0.0 548 KB

An interpreted programming language with mathematical functionality.

License: MIT License

C++ 99.94% Makefile 0.06%
programming-language interpreter calculus higher-order-functions type-inference

lomda's People

Contributors

vimlord avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

lomda's Issues

Test Cases

  • Improvements to evaluation test cases
  • Type system cases

Memory leak in dictionary typing

Even on empty dictionaries, there are issues with memory leaks. It looks like the Trie is not being deleted. There's also some lacking collection of iterators. Explore and find leaks.

Module Improvements

  • Module caching
  • Extracting specific items from module (from X import Y)
  • Multiple import syntax (import A as B, C as D, ...)

Docs

  • Improve README
  • Improve Wiki
  • Code documentation required
  • Ability to comment in Lomda programs

Differential Algebraic Datatypes (DADTs)

DADTs are meant to be an extension of Algebraic Datatypes (ADTs) that support the differential operator.

  • Syntax
  • Operational semantics
  • Differential semantics
  • Typing rules/inference
  • Test cases

Implement Standard Libraries

Entering this item, there are several string functions available. However, there are other libraries that need to be added.

  • Algorithms (sorting, etc.)
  • File I/O
  • System functions (argv, etc.)
  • Extra math functions (linalg, random)

Patch memory leaks

In the test cases, there are memory leaks. These should be fixed.

  • Interpreter
  • Type system

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.