Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Maximilian-Winter/Bite-Programming-Language
Bite is a dynamically typed programming language. Embedded in C#
https://github.com/Maximilian-Winter/Bite-Programming-Language
compiler csharp interpreter language programming-language scripting scripting-language
Last synced: 2 months ago
JSON representation
Bite is a dynamically typed programming language. Embedded in C#
- Host: GitHub
- URL: https://github.com/Maximilian-Winter/Bite-Programming-Language
- Owner: Maximilian-Winter
- License: other
- Created: 2022-03-19T03:09:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T17:36:12.000Z (over 2 years ago)
- Last Synced: 2024-11-03T15:42:42.662Z (2 months ago)
- Topics: compiler, csharp, interpreter, language, programming-language, scripting, scripting-language
- Language: C#
- Homepage:
- Size: 3.26 MB
- Stars: 46
- Watchers: 4
- Forks: 2
- Open Issues: 3
Awesome Lists containing this project
- awesome-programming-languages - Bite - Bite is a dynamically typed, object oriented programming language. Dynamically typed, because the type of the content of a variable can change during runtime of the program. Object-oriented, because you can define classes to encapsulate your code and data. Bite uses modules, classes and functions to separate code. (Uncategorized / Uncategorized)