mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #159] other programming languages on upsilon #50
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Oreig403 on GitHub (Feb 13, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/159
Would it be possible to modify the python app to interpret different programming languages (c, cpp, java, etc)
@AlexandreArduino commented on GitHub (Feb 14, 2022):
you can't interpret c, c++ or rust languages because they are compiled languages. Java can be added but it is too complicated and not really necessary. The purpose of the calculator was to add the python language for the exams. And the calculator has limited memory so if you add another language you will probably need to remove other apps :(
@Lauryy06 commented on GitHub (Feb 14, 2022):
Yes, for java for example, the virtual machine needs at least 4mb of RAM to run (see here). So the capabilities of the calculator are too limited to add a more complicated language than Python...
This is an "impossible" problem to solve, so I'll close it.
@farvardin commented on GitHub (Mar 22, 2022):
It should probably be possible to add lua which has a small footprint and which is cool... 😃