Iron python
Implementation of the Python programming language for .NET Framework; built on top of the Dynamic Language Runtime (DLR). (by IronLanguages)
PeachPie
PeachPie - the PHP compiler and runtime for .NET and .NET Core (by peachpiecompiler)
Iron python | PeachPie | |
---|---|---|
34 | 15 | |
1,078 | 2,408 | |
0.0% | 0.6% | |
3.7 | 9.2 | |
about 1 year ago | 8 days ago | |
Python | C# | |
Apache License 2.0 | Apache License 2.0 |
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.
Iron python
Posts with mentions or reviews of Iron python.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-01-09.
-
Python 3.13 Gets a JIT
If you're interested in learning more about the challenges and tradeoffs, both Jython (https://www.jython.org/) and IronPython (https://ironpython.net/) have been around for a long time and there's a lot of reading material on that subject.
-
How python's Multithreading differs from other languages
There are several ways of bypassing the GIL. First of all, the GIL is only present in the C implementation of Python, CPython. Other implementations of Python like Jython, IronPython, and PyPy don't have the GIL. Additionally, Python provides the multiprocessing library, which allows for parallelism in your Python program.
- Spot the thing that does Not belong
-
Starting Python, confused about cross platform app development. Is IronPython + .NET the only option?
I am not set on .NET, but just curious, so thanks for the suggestions. Interesting that it's billed as cross-plaform, but doesn't do it that well. I just searched 'python wrapper for .net' and found PythonNET. Also, it seems yes IronPython is active.
- (C++) Intel MKL ou Eigen pra trabalhar com álgebra linear em grandes data sets?
-
How to use a language other than TypeScript?
You mean like this?
-
ironpython install
In that case, I think it's enough if you go here, then download and install the MSI file: https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.12
-
Scripting inside Rimworld with Unity: Impossible? With java it is a 3 liner.
There are quite a lot of ways to run scripting languages in C#. I've no idea what JSR223 is but .NET has DLR for example. There are also multiple libraries: IronPython, NLua, Jint and Jurassic for Javascript. There's also older version of CS-Script working with .NET Framework.
-
Javathon does not exists and cannot hurt you
But does it Microsoft python https://ironpython.net
-
Execute Python script from .Net Core API backend
If you need control over how the script runs, access to variables etc, I can highly recommend IronPython, but it might be overkill for what you need.
PeachPie
Posts with mentions or reviews of PeachPie.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-08.
-
PeachPie Compiler: Compile and run PHP on top of .NET runtime
we have attempted to use it for that, but it was really hard and we ended up rewriting from scratch.
The activity graph on GitHub says it is mostly dead. There is some activity, but at best it is in maintenance mode. It used to be sponsored, but not anymore IIRC
https://github.com/peachpiecompiler/peachpie/graphs/contribu...
-
Show HN: ClifferBasic, a simple BASIC interpreter as a .NET REPL
There have been some interesting projects, like PHP on .NET [0] They have a version of Wordpress compiled into a NuGet package for Asp.Net Core [1]
[0] https://www.peachpie.io
-
.NET 8 – .NET Blog
PeachPie may be worth a look. It’s a php to .net compiler.
https://www.peachpie.io/
- Compress PHP applications into one binary
- PHP WASM compiler
- Show HN: FrankenPHP, an app server for PHP written in Go
-
Why is there a lack of cool repos?
It’s one of the most popular languages that is used to web apps at enterprise scale. You want useful? https://www.peachpie.io
-
.NET API to Laravel API
Honestly it sounds like you’re in for a rough time. But here’s a real answer: https://www.peachpie.io
-
C# or PHP
If you're planning to move more than 1 project toward C#, look into PeachPie, depending on the complexity of the API your project should run out of the box with no issues. This should let you rewrite the hot paths in C# while leaving rest of the system written in PHP(while still running in the .NET eco system).
-
Top 10 bugs found in C# projects in 2021
We had to format the code for this article. You can find this method by following the link.
What are some alternatives?
When comparing Iron python and PeachPie you can also consider the following projects:
PythonNet - Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
P - The P programming language.
Mond - A scripting language for .NET Core
Hybridizer - Examples of C# code compiled to GPU by hybridizer