Template talk:Py

From Esolang
Jump to navigation Jump to search

...this is already a thing though?

you do know you can create code by placing a space at the beginning of a line, right?

example:

print("jhjgfkd")

~~~~ User:Aadenboy (talk | webpage) 03:46, 19 November 2023 (UTC)
Yeah, but this one's *black* --Quito0567 (talk) 05:13, 19 November 2023 (UTC)
and syntax highlighting, 'tis new and improved -- Lilchiky (talk) 06:07, 19 November 2023 (UTC)
and I do know that Lilchiky (talk) 06:10, 19 November 2023 (UTC)

What about using pygments, that includes hundreds of highlighters including brainfuck, and you can write your own highlighters as well. --None1 (talk) 13:25, 19 November 2023 (UTC)

but this is on esolang Lilchiky (talk) 11:26, 20 November 2023 (UTC)

You can use pygments to generate highlighted code as wiki formatting on your computer and then post it onto esolang. --None1 (talk) 10:31, 21 November 2023 (UTC)

mhm, but many people don't do that Lilchiky (talk) 13:59, 22 November 2023 (UTC)

I'm planning to make a tool for that in the future. --None1 (talk) 09:47, 23 November 2023 (UTC)

I made it! :D and look!

def main():
    print('Hello, World!')
if __name__=='__main__':
    main()


--None1 (talk) 13:24, 15 December 2023 (UTC)