Live data from Hacker News

Viewing profile — grewsome

grewsome

HN member
Joined
Mon, Apr 21, 2025, 8:05 PM UTC
HN karma
5
Public activity
6 items

About grewsome

No profile information was provided.

Recent public activity

  1. comment
    Comment #44095434

    I've read previously that certain parts of the software industry at one point was all in on move fast and break things, but then after a while the quality of their code was so bad …

  2. comment
    Comment #44051413

    Sometimes the last 10% takes 90% of the time. It'll be interesting to see how this pans out, and whether it will eventually get to something that could be considered a solved probl…

  3. comment
    Comment #43761876

    Tcl doesn't have fewer features, it packs in a lot, probably because of its maturity, to a similar level as other mature scripting languages (OO, coroutines, event loop, slave inte…

  4. comment
    Comment #43759791

    Tcl is a real programming language, but it depends on what you are doing with it. There are a lot of people who have never come into contact with command languages, and so there ar…

  5. comment
    Comment #43756063

    Tcl does appear to be a command language done right, I don't think there is a better one. As it was designed after bash etc, I guess the Tcl developers could see the inconsistencie…

  6. comment
    Comment #43756008

    For incorporating into Tcl I'd prefer something simpler that would also work with existing procs. Building on {*}, maybe {@} could work (to skip over arguments to a specified argum…