https://github.com/scarletquasar/MelonRuntime
✨ .NET-based JavaScript runtime focused in rapid prototyping of projects, using minimal dependencies and functional programming
https://github.com/scarletquasar/MelonRuntime
dotnet javascript runtime
Last synced: 3 months ago
JSON representation
✨ .NET-based JavaScript runtime focused in rapid prototyping of projects, using minimal dependencies and functional programming
- Host: GitHub
- URL: https://github.com/scarletquasar/MelonRuntime
- Owner: scarletquasar
- License: mit
- Created: 2022-04-13T01:19:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T02:05:40.000Z (4 months ago)
- Last Synced: 2025-02-22T23:18:25.166Z (3 months ago)
- Topics: dotnet, javascript, runtime
- Language: C#
- Homepage:
- Size: 7.33 MB
- Stars: 246
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
The Melon Runtime Project
> **Warning**
>
> Melon is **NOT** production-ready yet, the project is currently being developed and being battle-tested in different environments. Most of the required features, fixes and optimizations are not ready yet. Use in real-world projects at your own risk.
Melon is a JavaScript runtime focused in keeping **clear**, **uniform** and **simple** internal functionalities. Differently from the average options,
Melon was designed to profit from *real parallelism* and *railway-oriented, functional programming*, with capabilities to manage threads in real-time,
create allocations and work efficiently to execute the algorithms properly.