PyFuck (kuangkzh): Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
fix definition of the language: the original author said that that the language allows `0` (and the previously written specification had `x` twice, likely a typo) |
m changed link for hello world Tag: Reverted |
||
Line 2: | Line 2: | ||
{{distinguish/Confusion|PyFuck (ShirAko)}} |
{{distinguish/Confusion|PyFuck (ShirAko)}} |
||
'''PyFuck''' is an esolang invented by [https://github.com/kuangkzh GitHub user kuangkzh] in 2022 (according to the edit time of codegolf stackexchange answer and GitHub repo) that uses only 8 characters: <code>exc('%0)</code>, but it can run any Python program. |
'''PyFuck''' is an esolang invented by [https://github.com/kuangkzh GitHub user kuangkzh] in 2022 (according to the edit time of codegolf stackexchange answer and GitHub repo) that uses only 8 characters: <code>exc('%0)</code>, but it can run any Python program. |
||
By heading to the GitHub repository and testing the code, we can see that the [[Hello, World!]] program takes 100,663,695 characters or 100MB. It is avaliable [https:// |
By heading to the GitHub repository and testing the code, we can see that the [[Hello, World!]] program takes 100,663,695 characters or 100MB. It is avaliable [https://raw.githubusercontent.com/erlolito/Hello-World-in-PyFuck-kuangkzh-/refs/heads/master/Hello_World.py here] |
||
==External Resources== |
==External Resources== |
||
* [https://github.com/kuangkzh/PyFuck GitHub repository] |
* [https://github.com/kuangkzh/PyFuck GitHub repository] |
||
* [https://codegolf.stackexchange.com/a/250500/120119 codegolf stackexchange answer related to PyFuck] |
* [https://codegolf.stackexchange.com/a/250500/120119 codegolf stackexchange answer related to PyFuck] |
||
* [https:// |
* [https://raw.githubusercontent.com/erlolito/Hello-World-in-PyFuck-kuangkzh-/refs/heads/master/Hello_World.py Hello World in PyFuck] |
||
==See also== |
==See also== |
||
* [[JSFuck]], JavaScript with only 6 characters. |
* [[JSFuck]], JavaScript with only 6 characters. |
Revision as of 00:29, 1 November 2024
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
- Not to be confused with PyFuck (ShirAko).
PyFuck is an esolang invented by GitHub user kuangkzh in 2022 (according to the edit time of codegolf stackexchange answer and GitHub repo) that uses only 8 characters: exc('%0)
, but it can run any Python program.
By heading to the GitHub repository and testing the code, we can see that the Hello, World! program takes 100,663,695 characters or 100MB. It is avaliable here
External Resources
See also
- JSFuck, JavaScript with only 6 characters.