Related changes

Jump to navigation Jump to search

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 09:26, 3 June 2025
 
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

30 May 2025

N    07:16  PythJS‎‎ 2 changes history +1,490 [MihaiEso‎ (2×)]
     
07:16 (cur | prev) +8 MihaiEso talk contribs
N    
07:15 (cur | prev) +1,482 MihaiEso talk contribs (Created page with "What happens if you take the syntax of JavaScript and take the newlines and indentation of Python? You get '''PythJS'''! '''PythJS''' is a esolang by Mihai Popa. It's JavaScript with newlines and indentation (no brackets, no semi-colons at end of lines), just like in Python. == Examples == === For Loop === Normal Python: <pre> for i in range(0, 3): print("Hello, world!") </pre> PythJS: <pre> for (let i = 0; i < 3; i++): console.log("Hello, world!") </pre> Comp...")