Live data from Hacker News

Viewing profile — oldlaptop

oldlaptop

HN member
Joined
Thu, Sep 26, 2024, 8:52 PM UTC
HN karma
27
Public activity
13 items

About oldlaptop

No profile information was provided.

Recent public activity

  1. comment
    Comment #43593487

    I can't comment on virtual-table shenanigans, but I'll enthusiastically confirm that thought. Not only is an in-memory database powerful and useful for all the obvious reasons, but…

  2. comment
    Comment #41756663

    (And that is of course what is actually alleged in the indictment.)

  3. comment
    Comment #41756588

    Alleged musician, surely.

  4. comment
    Comment #41752291

    I don't (personally) like to think of the type system as "everything is an auto-mutating and cached tagged union + string" - from the perspective of someone writing in Tcl, everyth…

  5. comment
    Comment #41676067

    ALS!? :( Not to join the Darl McBride Fan Club ("modern-day David" indeed), but nobody deserves that.

  6. comment
    Comment #41670016

    I don't think clam looks "ridiculous", but I suppose we're in to subjective stuff now. :) In principle this isn't really any different from GTK or Qt theming (where it's up to user…

  7. comment
    Comment #41669891

    The definition of "standalone application" is a bit stronger - what's always been possible with "Tclkits" has been to embed the application code in an interpreter binary and distri…

  8. comment
    Comment #41666702

    The theming engine is absolutely "built-in", as are a handful of themes; in particular aqua and the winnative/xpnative/vistanative family (which integrate with the Mac/Windows wind…

  9. comment
    Comment #41664155

    A theming engine went in something like 15 years ago now; the default theme looks rather dated, but there are plenty of others. See https://wiki.tcl-lang.org/page/List+of+ttk+Theme…

  10. comment
    Comment #41664098

    The Redis protocol reads a lot like Tcl code.

  11. comment
    Comment #41664087

    If there's any better relational database API, in any language, than SQLite's Tcl interface, I've not seen it yet. (And the reasons SQLite's Tcl interface is so good would either b…

  12. comment
    Comment #41663372

    From the (little) I've seen of that world, I'm not sure the EDA vendors understand Tcl very well either; I wouldn't want to work with scripts for Cadence's schematic capture tool, …

  13. comment
    Comment #41663255

    Most of what I'd call the UI - all the toolbars and pseudo-floating-windows - is basic bread-and-butter Tk stuff. The 3D context and CAD kernel would be the tricky bits. There are …