ec changed the topic of #elliottcable to: a π―ππ ππ π―πππππππππ π―ππππππ slash sΝΜuΝΝpΝΝeΜΜΊrΜΌΜ¦iΜΌΜoΜΜ¬rΜΜ cΜΝα»₯Μ§ΝαΈ·Μ‘ΝΕ£ΝΜ || #ELLIOTTCABLE is not about ELLIOTTCABLE
Sgeo has quit [Read error: Connection reset by peer]
Sgeo has joined #elliottcable
_whitelogger has joined #elliottcable
_whitelogger has joined #elliottcable
gkatsev has quit [Remote host closed the connection]
IRCFrEAK has joined #elliottcable
IRCFrEAK has left #elliottcable [#elliottcable]
gkatsev has joined #elliottcable
<elfboy>
ICE CREAM
<jfhbrook>
noted.
<pikajude>
we all scream
prophile has quit [Quit: The Game]
mylesborins has quit [Quit: farewell for now]
mylesborins has joined #elliottcable
mylesborins has quit [Quit: farewell for now]
mylesborins has joined #elliottcable
Gavriel has joined #elliottcable
Gavriel is now known as gqbrielle
prophile has joined #elliottcable
<ec>
hello
<ec>
it is a bad weekend
<pikajude>
yea
<pikajude>
it's shit
<jfhbrook>
I just like ultra coincidentally looked up that song the other day
<jfhbrook>
it's the only art brut song I really know all that well
<jfhbrook>
because I got it off a buddy's external in college
<jfhbrook>
but yeah
<jfhbrook>
warning, the singer is kinda sorta bad
<ec>
wtf
<jfhbrook>
ahaha
gqbrielle has quit [Read error: Connection reset by peer]
<prophile>
dongs
<jfhbrook>
I'm currently trying to build node 0.6 because I swear to god you used to be able to have a variable called 'class' in node
<jfhbrook>
but as far back as 0.10 that was not the case
<pikajude>
just call it klass
<jfhbrook>
ugh but klass is dumb
<jfhbrook>
I like class_
<pikajude>
call it classs
<jfhbrook>
I see cls in python a lot but -_-;
<ja>
in C# you can call it β@classβ :B
<ec>
prophile
<jfhbrook>
that sounds like a good online handle
<jfhbrook>
@prophile
<prophile>
thanks I think
<ec>
jfhbrook: ... he's in this room ...
<jfhbrook>
oh
<jfhbrook>
hi
<ec>
...
<prophile>
hello
<ec>
.... ... . .. .. .
<ec>
twitter.com/prophile
<ec>
lol
<jfhbrook>
I don't have a names list on the sidebar or anything
<ec>
actually he might still be arplyn
<prophile>
he is
<jfhbrook>
honestly thought it was a play on words
<ec>
arplynn*
<prophile>
twitter.com/arplynn
<prophile>
<shameless self-promotion>
<ec>
and jfhbrook, `class` has been reserved since fucking ES1.0
<jfhbrook>
dang
<ec>
if it ever worked as a bareword identifier in your code, then it's an engine-oddity
<jfhbrook>
I wonder what I was thinking of
<jfhbrook>
maybe it really was Class
<prophile>
we need languages with proper unicode support
<jfhbrook>
agree
<prophile>
you could call it class but substitute one of the characters for a suspiciously similar looking russian or greek character
<ec>
well, there's property names β many of those things, again engine-dependent, may be used as *property names*, when the code is not in strict-mode
<ec>
iirc
<jfhbrook>
ahhh
<ec>
and even then you can still use strings, so
<ec>
foo['class'] is always valid, though not necessarily kosher or a good idea :P
<ec>
foo.class works most places β iirc there's something about strict mode? I bet ljharb can answer that
<ec>
class.whatever or class() though should absolutely never work
<jfhbrook>
lol it works in 0.6 but not in 6
<ec>
it seriously works in node 0.6
<ec>
O_O!af
<jfhbrook>
nono
<jfhbrook>
{ class: 'foo' }.class
<jfhbrook>
that works in 0.6
<jfhbrook>
but not in 6
<ec>
ahhhh
<ec>
hm, so which part: the literal's key-name, or the property-access?