Live data from Hacker News

Viewing profile — andrewcobby

andrewcobby

HN member
Joined
Sat, Jun 02, 2012, 1:37 AM UTC
HN karma
12
Public activity
8 items

About andrewcobby

No profile information was provided.

Recent public activity

  1. comment
    Comment #38275954

    Cool to see an implementation in Go, nice! Here's where I got to with my first attempt: https://github.com/cobbweb/flite . There's definitely stuff I'd do a bit different, my secon…

  2. comment
    Comment #38272924

    I had a similar experience this year as I’m working on an ML-cousin to Golang. I actually found that ChatGPT (gpt4) was really good and breaking down the step of implementing a Hin…

  3. comment
    Comment #37196668

    I know this is probably blasphemy at this point, but I actually wasn't enjoying package management in Deno (or lack thereof). I've been an avid user of the NPM ecosystem for a long…

  4. comment
    Comment #37194986

    I agree with this, I'm designing a similar language and have gone with this approach. Same syntax for all functions, but top-level functions require explicit type annotations (pure…

  5. comment
    Comment #37194926

    Each line of code on the homepage hero appears to be truncating the last character for me (W11/FF/ultrawide screen). Somewhat comically yielding `moon new hell` XD

  6. comment
    Comment #37182813

    As some how is writing a compilter in TS, I agree it's not too bad. I started with Deno like the author but ended up switching to Bun which, despite some rough edges, I'm enjoying …

  7. comment
    Comment #37175661

    I’m actually working on a language like this. I quite liked ReScript/ReasonML, but having to manually write binding to use TypeScript or JS code is a drag. I’m making a functional …

  8. story