CLPython
Grumpy
| CLPython | Grumpy | |
|---|---|---|
| 6 | 9 | |
| 395 | 10,573 | |
| 0.3% | - | |
| 0.0 | 0.0 | |
| about 2 years ago | over 4 years ago | |
| Common Lisp | Go | |
| GNU General Public License v3.0 or later | Apache License 2.0 |
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.
CLPython
-
Smalltalk, Haskell and Lisp
The semi-colon symbol is the single-line comment symbol in Lisp, but the percent symbol means nothing special in Lisp.
SET-MACRO-CHARACTER is used to modify what happens when certain characters are found while reading code. In this case, SET-MACRO-CHARACTER is being used to instruct Lisp to start treating % as if it were a semi-colon (i.e. the third line is a comment), thus extending the syntax of Lisp on-the-fly.
The (GET-MACRO-CHARACTER #\;) portion could have been any code at all; GP could have defined % to do anything, such as "treat the remainder of this line as if it were a line of Python code", using calls to a Python implementation, such as cl-python [0].
[0] = <https://github.com/metawilm/cl-python>
-
Why Static Languages Suffer From Complexity
C++, ~haskell, python, mathematica... capisce? :)
-
You loved running JavaScript in your web browser
we need to go deeper https://common-lisp.net/project/clpython/
- Common Lisp implementation in Python
-
Anybody using Common Lisp or clojure for data science
cl-python
-
Compiler in Lisp
Python
Grumpy
- Lisette a little language inspired by Rust that compiles to Go
-
Mark Dufour: Shed Skin restricted-Python-to-C++ compiler 0.9.6
Sorta relatedly the Python to Golang system "Grumpy" seems to be moribund. I guess there's no real demand for it. Though I'm curious if there's been unpublished improvments.
https://github.com/google/grumpy
- Grumpy, Python to Go Transpiler has been archived
-
What are your thoughts on Codon compiler having a paid licence?
Instead, I think what would be great (and maybe something I’ll get around to one day) is for someone to bring this Google project up to Python 3: https://github.com/google/grumpy
-
What language is this? Wrong answers only.
grumpy
-
This Week In Python
grumpy – Grumpy is a Python to Go source code transcompiler and runtime
- Grumpy is a Python to Go source code transcompiler and runtime
- As a Python programmer learning Go, I approve.
-
Go is not an easy language
Thank you, I’ve been looking for something more actively used than https://github.com/google/grumpy.
What are some alternatives?
IronPython - Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.
PySec - OWASP Python Security Project
MicroPython - MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems