Live data from Hacker News

Viewing profile — dubst3pp4

dubst3pp4

HN member
Joined
Mon, Jul 04, 2016, 12:56 PM UTC
HN karma
11
Public activity
5 items

About dubst3pp4

No profile information was provided.

Recent public activity

  1. comment
    Comment #15518394

    Thank you, this really encourages me after all that discussion! :-)

  2. comment
    Comment #15494813

    Lazarus has a concept of packages for years. There is a newly created package manager to handle updates and dependencies as well: http://wiki.freepascal.org/Online_Package_Manager …

  3. comment
    Comment #15491539

    Did you have a look at https://www.freepascal.org/docs.var and especially at the RTL https://www.freepascal.org/docs-html/current/rtl/index.html and FCL https://www.freepascal.org/…

  4. comment
    Comment #15490617

    Currently I'm learning Forth and I really like that language! It's a brain twist and that's reason enough to have a look at :-)

  5. comment
    Comment #15490529

    It is easy to create bindings to the C-libraries you need, see http://wiki.freepascal.org/Creating_bindings_for_C_libraries . But FreePascal has many native libraries for all kinds…