Live data from Hacker News

Viewing profile — tresilience

tresilience

HN member
Joined
Sun, Dec 01, 2019, 7:21 PM UTC
HN karma
74
Public activity
12 items

About tresilience

No profile information was provided.

Recent public activity

  1. comment
    Comment #34313821

    This brings to mind the concept of continuation found in Seaside Smalltalk. https://www.seaside.st

  2. story
    Ask HN: How can we create shared workspaces in Linux?

    I am looking for opportunities to realise the following scenario: I have three screens on my desk, and one of them I want to be a shared workspace with my colleagues. This means, w…

  3. comment
    Comment #25318890

    Take a look at Gougen's OBJ programming languages.

  4. comment
    Comment #24682610

    I'll have a look. There is also (ps:import-macros-from-lisp 'rutils:aif) in Parenscript which lets one import macros from CL. https://40ants.com/lisp-project-of-the-day/2020/05/007…

  5. comment
    Comment #24650044

    Noted. I wasn't too sure.. thanks!

  6. story
    Ask HN: Import Common Lisp Code into Parenscript

    I have trouble understanding what parenscript does and not does. Am I "out on Mars" in the Lisp world with parenscript or can I also make use of other Common Lisp Code easily like …

  7. story
  8. comment
    Comment #22970124

    Thanks. I've read all links and I think I would like to see more hands-on code regarding to how this is done in the systems (like Smalltalk) itself.

  9. comment
    Comment #22970099

    Thanks! Can you point me to where I can find out more about the eval-"loop" that the entire Smalltalk runs on?

  10. comment
    Comment #22966049

    > The way how they react on the messages is full the responsibility of objects, and they can refuse them. Thereby any further protection is totally up to the programmer right?

  11. story
    What is meant by “protection” in real OOP?

    I read up on the history of Smalltalk and Object Oriented Programming, and one thing I have not quite grasped is the idea of "protection." I know you can protect methods from being…

  12. story
    What are possible fallback-communication channels besides the internet?

    I'm exploring opportunities on how to build extremely resilient systems. I am now thinking about establishing multiple backup communication channels. I do not know whether there ar…