mukunda- / life-story

Life is great. Woohoo.
1 stars 0 forks source link

lol #1

Open StoneCypher opened 6 years ago

StoneCypher commented 6 years ago

😂

mukunda- commented 6 years ago

:+1:

StoneCypher commented 6 years ago

i actually kind of adore this machine note: \n and html entities work in labels

StoneCypher commented 6 years ago

happy thanksgiving, mj

mukunda- commented 6 years ago

now you tell me

happy thanksgiving to u too bud, eat the hell out of that turkey

mukunda- commented 6 years ago

i think theres some novelty in the ridiculously long labels though. :slightly_smiling_face:

StoneCypher commented 6 years ago

there is

also i upgraded the graph explorer. it does horiz layouts now

StoneCypher commented 6 years ago

actually @msmorgan came up with a fairly interesting abuse of the reverse arrow notation for what ends up looking like a declarative syntax

https://github.com/msmorgan/backwards_ATM/blob/master/atm.fsl

mukunda- commented 6 years ago

im just mystified at how the arrows are mapped out without touching any of the boxes

On Thu, Nov 23, 2017 at 5:39 PM, John Haugeland notifications@github.com wrote:

actually @msmorgan https://github.com/msmorgan came up with a fairly interesting abuse of the reverse arrow notation for what ends up looking like a declarative syntax

https://github.com/msmorgan/backwards_ATM/blob/master/atm.fsl

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mukunda-/life-story/issues/1#issuecomment-346713170, or mute the thread https://github.com/notifications/unsubscribe-auth/AHMUR3MSzbVx2lIyCqk5U2Xni3CxIyJpks5s5hBKgaJpZM4QpAdF .

StoneCypher commented 6 years ago
a 'foo' -> b;

is the same thing as

b <- 'foo' a;

is the same thing as

b <- 'foo'
a;