cookeylang-ts

A dynamic, interpreted language.

Usage no npm install needed!

<script type="module">
  import cookeylangTs from 'https://cdn.skypack.dev/cookeylang-ts';
</script>

README

CookeyLang TypeScript

This is the TypeScript implementation of CookeyLang. It aims to fix bugs within the original interpreter

  • No way of typing expressions
  • Inconsistent error messages
  • No way to recursively interpret
  • No way to add a 'prompt'.
  • Not class based, making it hard to maintain.
  • No comprehensive test suite.

CookeyLang

Welcome to cookeylang! It is a dynamic, interpreted, and class-based language. It is in active development on github by our team.

  • Coder100
  • JDOG787
  • CodingCactus
  • Codemonkey51
  • RaidTheWeb
  • TheSummit3145

Learn

Currently, use the official website to learn CookeyLang.

Testing

npm run test