New answers tagged code-generation
0
votes
A million and one constants
Julia ⮕ VB Family
The operators available to all of the VB family of languages is similar across the board. They may be split two main categories: early languages which do not use ...
0
votes
Produce a m*n table in HTML
Zsh, 87 bytes
p()repeat $3 printf "<$1>$2</$1>"
p table `p tr $(p th A $2) 1``p tr $(p td X $2) $1` 1
Try it online!
Nested calls to ...
0
votes
Top 50 recent answers are included
Related Tags
code-generation × 98code-golf × 57
code-challenge × 29
quine × 23
brainfuck × 11
metagolf × 9
kolmogorov-complexity × 7
number × 6
string × 4
restricted-source × 4
cops-and-robbers × 4
polyglot × 4
compression × 4
sequence × 3
arithmetic × 3
popularity-contest × 3
parsing × 3
hello-world × 3
compiler × 3
math × 2
integer × 2
source-layout × 2
optimization × 2
regular-expression × 2
c × 2