Melang
A script language of time-sharing scheduling coroutine in single thread
Install / Use
/learn @Water-Melon/MelangREADME
Melang is a script Language of time-sharing scheduling coroutine in single thread or multi-thread. It is only support on UNIX/Linux.
Installation
If you want to install Melang on Windows, please download mingw and git bash at first.
Please install Melon at first. It is the core library that Melang depends on.
Then execute these following shell commands:
$ git clone https://github.com/Water-Melon/Melang.git
$ cd Melang
$ ./configure [some options, --help will list them all]
#Then make
$ make #only install melang elf
#or
$ make lib #only install dynamic libraries
#or
$ make all #install melang and dynamic libraries
#make install
$ make install
prefix is the path where melang will be placed after shell install executed. Default is /usr/bin/.
libprefix is the install-path of library that melang relied on. The library will be installed at /usr/local/melon_for_melang by default.
After installed, you can execute these commands below:
melang -v //show version
melang -h //help information
melang a.mln b.mln ... //execute melang files
Docker Image
If you need to quickly start a Melang runtime environment, you can use this Docker image.
docker pull melonc/melon
Example
//example.m
sys = Import('sys');
sys.print("Hello World!");
melang example.m
The output is:
Hello World!
Applications
Meproc: a cross-platform process management and supervision service.
License
Copyright (c) 2018-present, Niklaus F. Schen
Documentation
Please refer to Official Site for more details.
Related Skills
feishu-drive
337.1k|
things-mac
337.1kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
337.1kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
yu-ai-agent
1.9k编程导航 2025 年 AI 开发实战新项目,基于 Spring Boot 3 + Java 21 + Spring AI 构建 AI 恋爱大师应用和 ReAct 模式自主规划智能体YuManus,覆盖 AI 大模型接入、Spring AI 核心特性、Prompt 工程和优化、RAG 检索增强、向量数据库、Tool Calling 工具调用、MCP 模型上下文协议、AI Agent 开发(Manas Java 实现)、Cursor AI 工具等核心知识。用一套教程将程序员必知必会的 AI 技术一网打尽,帮你成为 AI 时代企业的香饽饽,给你的简历和求职大幅增加竞争力。
