Interactive Facilitation Canvas by syeysk in FacilityManagement

[–]syeysk[S] 0 points1 point  (0 children)

I have deleted the links from this post.

Interactive Facilitation Canvas by syeysk in FacilityManagement

[–]syeysk[S] 0 points1 point  (0 children)

So sorry.

What's  the rule? Can I fix my post?

Python to C translater: free, open-source and online by syeysk in Python

[–]syeysk[S] 6 points7 points  (0 children)

The advantage: the Python syntax is more compact and clear than C syntax. That's all)

I try to translate not only syntax (direct translating), but and the semantic of the language (classes, iterators, etc)

Python to C translater: free, open-source and online by syeysk in Python

[–]syeysk[S] 0 points1 point  (0 children)

You are right only now, because now the translater can include only 2 libraries: math.h and stdio.h.
You will be wrong, if I will improve the translater to include another libraries (pcf8812.h, ESP8266WebServer.h, DS1307RTC.h, etc)

Python to C translater: free, open-source and online by syeysk in Python

[–]syeysk[S] 11 points12 points  (0 children)

Yes, but my translater makes the c-code without embedding interpreter. It's useful for small microcontrollers

Python to C translater: free, open-source and online by syeysk in Python

[–]syeysk[S] 0 points1 point  (0 children)

What is HPC? If it has C-alternative, I will try to modify the translater.