Recommendations on porting Python to D

Chris Piker chris at hoopjump.com
Thu Aug 15 23:02:55 UTC 2024


On Saturday, 10 August 2024 at 11:10:01 UTC, IchorDev wrote:

> Does any of this code happen to be open-source?

The initial code I'd like to convert isn't open-source yet, 
though it will have to be soon.  NASA is big on open source these 
days. The logic being, the public paid for development, so the 
public should get to see it, and in the case of analysis 
software, verify it.

Looking down the road, the second and more difficult conversion 
on the horizon is currently still a CGI web-service:  
[dasFlex](https://github.com/das-developers/das2py-server/tree/dasflex).  That one will take more careful attention as I'll likely go with a fiber based model and will likely require a fully manual re-write, though it is an example of work-a-day application code for a converter to chew on.


More information about the Digitalmars-d-learn mailing list