kuroko
Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter. (by kuroko-lang)
yasl
Bytecode Interpreter for Yet Another Scripting Language (YASL). (by yasl-lang)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
kuroko
Posts with mentions or reviews of kuroko.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-19.
-
Is there a way to do a C style For loop in Python ? (for i=start; i< end; i++)...
(kuroko)[https://github.com/kuroko-lang/kuroko] is basically Python, but C
-
Kuroko: Python, but scoped
Kuroko: Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter.
-
What is your favourite programming language? (other than Scala)
I would say Kuroko makes more sense ;-P
- GitHub - kuroko-lang/kuroko: Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter.
- GitHub – kuroko-lang/kuroko: Dialect of Python
-
August 2022 monthly "What are you working on?" thread
Kuroko 1.3.0 gets a release candidate. Lots of big things since 1.2.5, like optimized method invocation, more operator overloads, better support for f-string expressions (format specs, =, faster constructions), a long type with my own bigint implementation (this was the last thing I was still regularly opening Python repls for, so a huge personal win). I also fixed a bunch of little things that have been nagging me, like the compiler can now compile expressions directly, which allowed me to remove the kludge that made the repl work previously. The WASM web repl also got some love with a port of the core of Hiwire from Pyodide, giving a very straightforward interface between JS and Kuroko in a browser - and I rebuilt the web IDE on it. I've also been working on a new compiler, which will hopefully form the basis of 2.0 - and this might be the last 1.x release (though I expect at least a few 1.3.x bug fix releases).
-
Announcing: PonyOS 8
In case it's not clear, PonyOS is a joke reskin of my serious OS project, ToaruOS. PonyOS gets a new release every April 1st. All of the libraries and applications in ToaruOS are in-house things I built myself - the whole OS is "built from scratch". PonyOS adds ponysay, which is an external app originally written in Python - and in previous releases of PonyOS I shipped the Python version alongside a port of Python 3.6. This release, though, comes with a port to my own language, Kuroko, which is a dialect of Python - a lot of what went into building the PonyOS release this year was getting ponysay to work well.
-
January 2022 monthly "What are you working on?" thread
Did this year's Advent of Code in Kuroko which sussed out some bugs and missing functionality. Better hashing for tuples, more builtins and methods on standard classes for improved compatibility with Python, general build cleanups. In the later problems, most suffering was caused by the GC, so I'd like to put more thought into collection strategies going forward.
-
In search of a Python-like language potentially seen here recently
Is it me you're looking for?
- April 2021 monthly "What are you working on?" thread
yasl
Posts with mentions or reviews of yasl.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-01.
-
April 2021 monthly "What are you working on?" thread
Work on YASL has been going well this month: - I got a random contributor (maybe someone from this sub) who solved an issue and submitted a PR (thanks!) - I've been writing a package manager for YASL, in YASL, in order to test out YASL better; this has found a few minor bugs which I'm grateful for. - I've been writing a few libraries for YASL (e.g. complex numbers, big ints, TOML library) to test out said package manager + YASL itself; this has been going great too!
-
January 2021 monthly "What are you working on?" thread
Lot of progress on YASL (my embeddable scripting language) over the holidays.
What are some alternatives?
When comparing kuroko and yasl you can also consider the following projects:
python-compiler - A Python bytecode compiler written in Python. This repository is now a fork of https://github.com/facebookincubator/python-compiler, upstream is there.
gaiman - Gaiman: Text based game engine and programming language
xvm - Ecstasy and XVM
calypso - Calypso is a mostly imperative language with some functional influences that is focused on flexibility and simplicity.
The-Spiral-Language - Functional language with intensional polymorphism and first-class staging.
lngrs
delta - C* is a hybrid low-level/high-level systems programming language focused on performance and productivity.
pkg-tasks - Aument package for asynchronous I/O
aulang - simple and fast scripting language
shiru-ts