Recent comments in /f/themes
Moonside OP wrote
Reply to comment by no_defun_allowed in Test Thread by Moonside
Can you eta reduce
magic :: String -> String
magic = turingMachine
no_defun_allowed wrote (edited )
Reply to comment by Moonside in Test Thread by Moonside
Not as noice as this.
(defun magic (x)
(declare (string x))
(the string (turing-machine x)))
Moonside OP wrote (edited )
Reply to comment by no_defun_allowed in Test Thread by Moonside
It's beautiful ;_;
magic :: String -> String
magic x = turingMachine x
no_defun_allowed wrote
Reply to comment by Moonside in Test Thread by Moonside
three backticks, language, code, three tildes.
like this but with backticks:
'''haskell
I = TheSon && TheHeir
'''
Moonside OP wrote
Reply to comment by no_defun_allowed in Test Thread by Moonside
how'd you make those source code blocks? I wanna join the party too...
no_defun_allowed wrote
Reply to Test Thread by Moonside
Header 1
Header 2
Header 3
Header 4
Header 5
Header 6
Italic thing Bold thing why not both??
Berlin Wall simulator
one side
other side
Code
;; Make a building on fire.
(defun love () (make-building :on-fire t))
def love(straight=False):
"Make a building on fire."
if straight:
return building(on_fire="very")
return building(on_fire=True)
struct building* love(void) {
/* Make a building on fire. */
struct building* t = malloc((sizeof) struct building);
t.fire = 1;
return *t;
}
some of this is inline code
Moonside OP wrote
Reply to Test Thread by Moonside
2^3^4
Moonside OP wrote
Reply to comment by Moonside in Test Thread by Moonside
Normal italic bold italic and bold One pair of asterisks too far.
Table:
Menu | Description |
---|---|
Pasta with a Past | A pasta of unspeakable circumstance. Restores 190 HP. |
Doggy Jerky | A sunbaked jerky treat for dogs. Restores 150 HP |
Bacon Pancake | Take some bacon and I'll put it in a pancake |
Horizontal rules
Heading 1
In this thesis, I shall argue that not only people who think P are morons, through a rewriting rule I propose it can be demonstrated that people who think that ~~P are also morons.
Heading 2
Consider a person who goes against all good taste. Let us enumerate them as Z (for zir).
Heading 3
A true and veritable daft buffoon X is such that a) they have invested fortunes in unboiling eggs b) they think that being ironic can be a cover for their sincerely held beliefs c) there are signs of intelligent life between Venus and Mars.
Heading 1
Heading 2
Heading 3
Heading 1
Heading 2
Heading 3
Heading 1
Heading 2
Heading 3
Zelda's girlfriend: Link
Embedded image:
A poem:
We have seen thee, queen of cheese,
Lying quietly at your ease,
Gently fanned by evening breeze,
Thy fair form no flies dare seize.
All gaily dressed soon you’ll go
To the great Provincial show,
To be admired by many a beau
In the city of Toronto.
Lists;
- Unordered list item one.
- Unordered list item two.
- Unordered list item three.
- Unordered list item one.
- Unordered list item two.
- Unordered list item three.
- Ordered list item one.
- Ordered list item two.
- Ordered list item three.
- Ordered list item one.
- Ordered list item two.
- Ordered list item three.
Codes
Let there be inline code using backticks.
print do_naughty_things()
print "Strings were a mistake"
# code block 2
print "You need to download some RAM"
print "Please talk meek to me."
Moonside OP wrote
Reply to Test Thread by Moonside
Normal italic bold italic and bold One pair of asterisks too far.
Table:
Menu | Description |
---|---|
Pasta with a Past | A pasta of unspeakable circumstance. Restores 190 HP. |
Doggy Jerky | A sunbaked jerky treat for dogs. Restores 150 HP |
Bacon Pancake | Take some bacon and I'll put it in a pancake |
Horizontal rules
Heading 1
In this thesis, I shall argue that not only people who think P are morons, through a rewriting rule I propose it can be demonstrated that people who think that ~~P are also morons.
Heading 2
Consider a person who goes against all good taste. Let us enumerate them as Z (for zir).
Heading 3
A true and veritable daft buffoon X is such that a) they have invested fortunes in unboiling eggs b) they think that being ironic can be a cover for their sincerely held beliefs c) there are signs of intelligent life between Venus and Mars.
Heading 1
Heading 2
Heading 3
Heading 1
Heading 2
Heading 3
Heading 1
Heading 2
Heading 3
Zelda's girlfriend: Link
Embedded image:
A poem:
We have seen thee, queen of cheese,
Lying quietly at your ease,
Gently fanned by evening breeze,
Thy fair form no flies dare seize.
All gaily dressed soon you’ll go
To the great Provincial show,
To be admired by many a beau
In the city of Toronto.
Lists;
- Unordered list item one.
- Unordered list item two.
- Unordered list item three.
- Unordered list item one.
- Unordered list item two.
- Unordered list item three.
- Ordered list item one.
- Ordered list item two.
- Ordered list item three.
- Ordered list item one.
- Ordered list item two.
- Ordered list item three.
Codes
Let there be inline code using backticks.
print do_naughty_things()
print "Strings were a mistake"
# code block 2
print "You need to download some RAM"
print "Please talk meek to me."
no_defun_allowed wrote (edited )
Reply to comment by Moonside in Test Thread by Moonside
throws smoke bomb and switches Lisp dialect
Maybe.