Skip to main content
Commonmark migration
Source Link

###Explanation: N¬¥0?Tt go Í2e, Ðéy!: SÆ Nư¸gV +S+ Et Wt¸gU Implicit U = First input V = Second input

Explanation:

N¬¥0?`Tt go Í2e, Ðéy!`:` SÆ Nư`¸gV +S+` Et Wt`¸gU Implicit U = First input V = Second input N¬¥0?`...`:` ...`qS gV +S+` ...`qS gU N¬ Join the input (0,0 → "00") ¥0 check if input is roughly equal to 0. In JS, "00" == 0 ? If yes: ... Output "That goes nowhere, silly!". This is a compressed string ` ` Backticks are used to decompress strings : Else: ` ...` " South North" compressed qS Split on " " (" South North" → ["","South","North"]) gV Return the string at index V +S+ +" "+ ` ...` " East West" compressed qS gU Split on spaces and yield string at index U 

###Explanation: N¬¥0?Tt go Í2e, Ðéy!: SÆ Nư¸gV +S+ Et Wt¸gU Implicit U = First input V = Second input

N¬¥0?`...`:` ...`qS gV +S+` ...`qS gU N¬ Join the input (0,0 → "00") ¥0 check if input is roughly equal to 0. In JS, "00" == 0 ? If yes: ... Output "That goes nowhere, silly!". This is a compressed string ` ` Backticks are used to decompress strings : Else: ` ...` " South North" compressed qS Split on " " (" South North" → ["","South","North"]) gV Return the string at index V +S+ +" "+ ` ...` " East West" compressed qS gU Split on spaces and yield string at index U 

Explanation:

N¬¥0?`Tt go Í2e, Ðéy!`:` SÆ Nư`¸gV +S+` Et Wt`¸gU Implicit U = First input V = Second input N¬¥0?`...`:` ...`qS gV +S+` ...`qS gU N¬ Join the input (0,0 → "00") ¥0 check if input is roughly equal to 0. In JS, "00" == 0 ? If yes: ... Output "That goes nowhere, silly!". This is a compressed string ` ` Backticks are used to decompress strings : Else: ` ...` " South North" compressed qS Split on " " (" South North" → ["","South","North"]) gV Return the string at index V +S+ +" "+ ` ...` " East West" compressed qS gU Split on spaces and yield string at index U 
fix explanation
Source Link
ETHproductions
  • 50.3k
  • 6
  • 96
  • 241
N¬¥0?`...`:` ...`qS gV +S+` ...`qS gU N¬ Join the input (0,0 → 0"00") ¥0 ==00. Checkcheck if input is roughly equal to 0. In JS, "00" == 0 ? If yes: ... Output "That goes nowhere, silly!". This is a compressed string ` ` Backticks are used to decompress strings : Else: ` ...` " South North" compressed qS JoinSplit on " " (" South North" → ["","South","North"]) gV Return the string at index V +S+ +" "+ ` ...` " East West" compressed qS gU JoinSplit on spaces and yield string at index U 
N¬¥0?`...`:` ...`qS gV +S+` ...`qS gU N¬ Join the input (0,0 → 0) ¥0 ==00. Check if input is 0,0 ? If yes: ... Output "That goes nowhere, silly!". This is a compressed string ` ` Backticks are used to decompress strings : Else: ` ...` " South North" compressed qS Join on " " (" South North" → ["","South","North"]) gV Return the string at index V +S+ +" "+ ` ...` " East West" compressed qS gU Join on spaces and yield string at index U 
N¬¥0?`...`:` ...`qS gV +S+` ...`qS gU N¬ Join the input (0,0 → "00") ¥0 check if input is roughly equal to 0. In JS, "00" == 0 ? If yes: ... Output "That goes nowhere, silly!". This is a compressed string ` ` Backticks are used to decompress strings : Else: ` ...` " South North" compressed qS Split on " " (" South North" → ["","South","North"]) gV Return the string at index V +S+ +" "+ ` ...` " East West" compressed qS gU Split on spaces and yield string at index U 
deleted 36 characters in body
Source Link
Oliver
  • 7.9k
  • 2
  • 19
  • 38

Japt, 5756 bytes

N¬¥00N¬¥0?`T•t goƒ Í2€e, Ðéy!`:` SÆ Nư`¸gV +S+` E†t Wƒt`¸gU 

Try it online!Try it online! | Test Suite

###Explanation: N¬¥00N¬¥0?Tt go Í2e, Ðéy!: SÆ Nư¸gV +S+ Et Wt¸gU Implicit U = First input V = Second input

N¬¥00N¬¥0?`...`:` ...`qS gV +S+` ...`qS gU N¬  Join the input (0,0 → 000) ¥00¥0 ==00. Check if input is 0,0   ? If yes:   ... Output "That goes nowhere, silly!". This is a compressed string   ` ` Backticks are used to decompress strings   : Else:   ` ...` " South North" compressed   qS Join on " " (" South North" → ["","South","North"])   gV Return the string at index V   +S+ +" "+   ` ...` " East West" compressed   qS gU Join on spaces and yield string at index U 

Japt, 57 bytes

N¬¥00?`T•t goƒ Í2€e, Ðéy!`:` SÆ Nư`¸gV +S+` E†t Wƒt`¸gU 

Try it online! | Test Suite

###Explanation: N¬¥00?Tt go Í2e, Ðéy!: SÆ Nư¸gV +S+ Et Wt¸gU Implicit U = First input V = Second input

N¬¥00?`...`:` ...`qS gV +S+` ...`qS gU N¬  Join the input (0,0 → 00) ¥00 ==00. Check if input is 0,0   ? If yes:   ... Output "That goes nowhere, silly!". This is a compressed string   ` ` Backticks are used to decompress strings   : Else:   ` ...` " South North" compressed   qS Join on " " (" South North" → ["","South","North"])   gV Return the string at index V   +S+ +" "+   ` ...` " East West" compressed   qS gU Join on spaces and yield string at index U 

Japt, 56 bytes

N¬¥0?`T•t goƒ Í2€e, Ðéy!`:` SÆ Nư`¸gV +S+` E†t Wƒt`¸gU 

Try it online! | Test Suite

###Explanation: N¬¥0?Tt go Í2e, Ðéy!: SÆ Nư¸gV +S+ Et Wt¸gU Implicit U = First input V = Second input

N¬¥0?`...`:` ...`qS gV +S+` ...`qS gU N¬ Join the input (0,0 → 0) ¥0 ==00. Check if input is 0,0 ? If yes: ... Output "That goes nowhere, silly!". This is a compressed string ` ` Backticks are used to decompress strings : Else: ` ...` " South North" compressed qS Join on " " (" South North" → ["","South","North"]) gV Return the string at index V +S+ +" "+ ` ...` " East West" compressed qS gU Join on spaces and yield string at index U 
Post Undeleted by Oliver
Post Deleted by Oliver
added 1317 characters in body
Source Link
Oliver
  • 7.9k
  • 2
  • 19
  • 38
Loading
Source Link
Oliver
  • 7.9k
  • 2
  • 19
  • 38
Loading