HN user

elevenE

23 karma
Posts1
Comments10
View on HN

Location: Toronto/GTA, Canada

Remote: Yes

Willing to relocate: No

Technologies: C#, ASP.NET, WCF, Python, Django, Asterisk, VoIP, SIP

Résumé/CV: On initial contact

Email: hudhudbrd [at] gmail [dot] com

Fly the Airplane 15 years ago

While not relevant, the yellow color while selecting text makes it unreadable. (Yes, I select/highlight the text that I'm reading.)

C No Evil 15 years ago

Can anyone explain what effect

  #define goto
would have? It doesn't looks valid, because if I have
  myLabel:
  /* some code*/
  goto myLabel;
would produce
  myLabel;
Which, as far as I know shouldn't compile because it expects either a normal expression or a definition/declaration and myLabel; doesn't appears to be any of them. (Maybe I'm missing something)

I don't know Clojure (not sure how expressive it is), but for a framework isn't the code too less? I have seen other frameworks, but they are quite large (in terms of LOC.) Is it that they contain more functionality?