Live data from Hacker News

Viewing profile — _veelo

_veelo

HN member
Joined
Wed, Jun 20, 2018, 6:04 PM UTC
HN karma
18
Public activity
10 items

About _veelo

No profile information was provided.

Recent public activity

  1. comment
    Comment #31906109

    What's the problem?

  2. comment
    Comment #31772324

    Free Pascal was actually on the shortlist of SARC, together with Ada and D [1]. We had different requirements though: GUI was not an issue as we have our own GUI; neither was an ID…

  3. comment
    Comment #26582334

    What would these compilers have as advantage over the existing compilers? Back when there was just one D compiler the common complaint was that this was too few. Now that there are…

  4. comment
    Comment #26572941

    I work for another company also putting its eggs in the D basket (SARC). We do not consider this risky because of two main reasons: 1) D is not dependent on the funding of one big …

  5. comment
    Comment #17369523

    1. Unconsidered edge cases? We'll have to find out... We can always change the _source_ code to eliminate known unhandled edge cases. 2. We ourselves are heavy users of our softwar…

  6. comment
    Comment #17358095

    To be frank: I have never used Rust nor Go. Nevertheless, I am quite sure closures and goroutines would complicate the translation due to different syntax from ordinary functions. …

  7. comment
    Comment #17358021

    Confirmed.

  8. comment
  9. comment
    Comment #17357979

    Indeed, it serves encapsulation.

  10. comment
    Comment #17357968

    This is the approach I took to modernise Fairway (which is just one component of our suite). It doesn't free us from the limitations of the Extended Pascal compiler. It still works…