Skip to main content

Timeline for Not too hard to code this right?

Current License: CC BY-SA 4.0

15 events
when toggle format what by license comment
2 days ago comment added sergiol Failed outgolf: Requires Tcl >= 8.7 to allow use of lseq. 91 bytes: lmap j [lseq 20 1] {puts [join [lmap i [lseq 61] {expr abs(abs($i-30)-10)-$j?"|":"~"}] ""]}
2 days ago comment added sergiol Failed outgolf: Requires Tcl >= 8.7 to allow use of lseq. 92 bytes: lmap j [lseq 20] {puts [join [lmap i [lseq 61] {expr 20-abs(abs($i-30)-10)-$j?"|":"~"}] ""]}
2 days ago history edited sergiol CC BY-SA 4.0
deleted 11 characters in body
Nov 17 at 20:43 comment added sergiol Failed outgolf: 100: Requires Tcl >= 8.7 to allow use of lseq lmap j [lseq 20 1] {lmap i [lseq 61] {puts -nonewline [expr $j-abs(abs($i-30)-10)?"|":"~"]} puts ""}
Nov 17 at 20:35 comment added sergiol Failed outgolf, 101 bytes: Requires Tcl >= 8.7 to allow use of lseq. ``` lmap j [lseq 20 1] {lmap i [lseq -30 30] {puts -nonewline [expr $j-abs(abs($i)-10)?"|":"~"]} puts ""} ``` Attempt This Online!
Nov 13 at 14:29 history edited sergiol CC BY-SA 4.0
added 436 characters in body
Nov 13 at 14:14 history edited sergiol CC BY-SA 4.0
added 436 characters in body
Apr 2 at 1:21 history edited sergiol CC BY-SA 4.0
added 410 characters in body
Dec 16, 2018 at 22:25 history edited sergiol CC BY-SA 4.0
added 420 characters in body
Nov 3, 2017 at 2:15 history edited sergiol CC BY-SA 3.0
added 408 characters in body
Nov 3, 2017 at 2:09 history edited sergiol CC BY-SA 3.0
added 408 characters in body
Jul 14, 2017 at 23:55 comment added sergiol Wolfram gave a little help to golf it more a little: wolframalpha.com/input/?i=-abs(10-abs(x-31))%2B21 a plot I traced on Desmos: desmos.com/calculator/z9czvtpihy
Jul 14, 2017 at 23:35 history edited sergiol CC BY-SA 3.0
deleted 6 characters in body
Jul 12, 2017 at 1:40 history edited sergiol CC BY-SA 3.0
deleted 8 characters in body
Jul 12, 2017 at 1:21 history answered sergiol CC BY-SA 3.0