Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23

Thread: Programmers unite

  1. #16
    Old school, like an old fool. Flying Mullet's Avatar
    Join Date
    Apr 2003
    Location
    Napping in a peach tree.
    Posts
    19,185
    Articles
    6
    Blog Entries
    7
    Contributions
    • Former Administrator
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    Quote Originally Posted by Rantz View Post
    Edit: Also, I love regular expressions. I'm actually really sad that I get so few chances to legitimately use them in my job. I use them pretty much daily for find/replace operations, although those use cases are usually pretty simple.
    I'll gladly send you all of my regular expression needs to be dealt with.
    Figaro Castle

  2. #17
    Eggstreme Wheelie Recognized Member Jiro's Avatar
    Join Date
    Aug 2004
    Posts
    26,942
    Articles
    65
    Blog Entries
    1
    Contributions
    • Former Cid's Knight
    • Former Editor
    • Notable contributions to former community wiki

    Default

    I really smurfing enjoyed coding in high school, I just wish I was a little better at it so I could've pursued it further.

    They see me rolling. They hating, patrolling.
    Trying to catch me riding dirty.


  3. #18
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    Quote Originally Posted by Rantz View Post
    Edit: Also, I love regular expressions. I'm actually really sad that I get so few chances to legitimately use them in my job. I use them pretty much daily for find/replace operations, although those use cases are usually pretty simple.
    There's always time for more regex. You should use Vim if you don't already, it has regex everywhere. Sometimes you think "I could manually fix these 3 lines of code in 10 seconds... or I could spend two minutes writing a pointless regex to do it". And the choice is clear.

    Quote Originally Posted by Shoeberto View Post
    My big issue with it is just that it doesn't seem to know what it wants to be, so it's kind of a lightweight scripting language, and kind of an extensive object-oriented language, which makes it pretty slushy for my liking. Coming from a language as strict as C++, it's a big adjustment that I still haven't made.
    JS makes sense if you treat it as a functional language. It was designed based on Scheme and Self. Brendan Eich made the syntax look like C so as not to scare people away from it, or else it'd probably be a full-fledged Lisp.

    JavaScript: The Good Parts by Douglas Crockford (the guy who invented JSON) is a good book. Short and very practical. It tells you what parts of JS to avoid.

  4. #19
    Strawberry Virus Recognized Member Marshall Banana's Avatar
    Join Date
    Apr 2005
    Location
    Los Angeles
    Posts
    7,769
    Articles
    1
    Blog Entries
    4
    Contributions
    • Former Developer
    • Site Design
    • Forum Design

    ichigo

    I test programmers' work.

    The only languages I've coded in, myself, are Python and Ruby, for test automation, but I'm still a newbie in both. I guess I use JavaScript kind of often...to make bookmarklets. xD

  5. #20
    Draw the Drapes Recognized Member rubah's Avatar
    Join Date
    Dec 2004
    Location
    Now Destiny is done.
    Posts
    30,653
    Blog Entries
    21
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    most of what I've done is also python for automation; I wrote a recursive replacement function a couple of weeks ago that I'm still a little giddy about.

    and it's always fun to write a clever css selector.

    speaking of CRMs, i've been unfortunate enough to need to look at the page source for Dynamics.

    It's tables.

    All








    the









    way









    d

    o

    w

    n

    .

  6. #21

    Default

    I set up some virtual machines to play around with malware analysis last night!

    I can't wait to stare at assembly language for hours, not knowing what is going on /smug

  7. #22
    Got obliterated Recognized Member Shoeberto's Avatar
    Join Date
    Jun 2000
    Location
    THE OC BABY
    Posts
    12,018
    Blog Entries
    1
    Contributions
    • Former Cid's Knight

    Default

    Quote Originally Posted by Dr Unne View Post
    Quote Originally Posted by Shoeberto View Post
    My big issue with it is just that it doesn't seem to know what it wants to be, so it's kind of a lightweight scripting language, and kind of an extensive object-oriented language, which makes it pretty slushy for my liking. Coming from a language as strict as C++, it's a big adjustment that I still haven't made.
    JS makes sense if you treat it as a functional language. It was designed based on Scheme and Self. Brendan Eich made the syntax look like C so as not to scare people away from it, or else it'd probably be a full-fledged Lisp.

    JavaScript: The Good Parts by Douglas Crockford (the guy who invented JSON) is a good book. Short and very practical. It tells you what parts of JS to avoid.
    Interesting. I'm going to keep that book in mind - maybe see if we can get it added to the company library. JSON is one JavaScript construct that I actually find to be incredibly clever and useful (in fact, it's playing a significant role in a fairly large new feature I'm co-programming right now). My previous exposure to functional languages was only in my undergrad, and I thought it was interesting, but the mindset required never clicked for me as being practical beyond academic curiosity.


  8. #23
    Back of the net Recognized Member Heath's Avatar
    Join Date
    Jun 2002
    Location
    United Kingdom
    Posts
    5,459
    Contributions
    • Former Site Staff

    Default

    I do little bits on Code Academy, but nowhere near as much as I probably should. Going to try and be a bit more proactive about it!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •