-
https://www.wikiwand.com/en/articles/JSFuck
**JSFuck is like JavaScript but you can only use the 6 symbols, `! + [ ] ( )` **
-
[Piet](https://www.dangermouse.net/esoteric/piet.html) is a classic esolang where the source code is an image file. It has a unique routing semantics, minimalistic but reasonable set of commands, and …
-
This can be for a time when dedicated golfing languages are added, but you could add [Vyxal](https://github.com/Lyxal/Vyxal) as an option.
lyxal updated
11 months ago
-
Should Forked have functions? I think it would be cool because not many two-dimensional languages have them. However...
- It would be very hard to implement.
- Would it really add anything to th…
-
[Labyrinth](https://github.com/m-ender/labyrinth) is a 2D language like no other. One major part of golfing in Labyrinth is about carefully routing the commands so that the amount of whitespace is min…
-
It would be really cool to have a JS to JAPT converter as I am finding JAPT difficult to understand because, well, it is a golfing language 😛
Thanks!
ghost updated
6 years ago
-
I have found Jelly to be a very cool language but I am extremely confused about how to actually write it. With it being a tacit language, it is radically different from most other languages I've seen …
-
## The Problem
The program:
```
use CSV::Parser;
sub MAIN(IO() $dir = 'resources/') {
my IO $mapping = $dir.add: "challenge-solution-mapping.csv";
die "{$mapping} file not found"…
-
(Feel free to write whatever you want, this could serve as a Show and Tell conversation or a shitpost place)
-
Allow users to mark solutions as pass/fail instead of golf scoring. Here is a mockup of the Sudoku in Hexagony leaderboard with an extra line for btnlq, referencing the [Off-the-grid](https://code.gol…