home.social

Search

882 results for “interlisp”

  1. This article by @masinter Larry Masinter and Bill VanMelle, published in December of 1981, reported on the state of Common Lisp from the angle of the Interlisp community. It's interesting as it covers the early stage of standardization, when the specification and design work was under way but no implementations were available yet.

    softwarepreservation.computerh

    #CommonLisp #interlisp #lisp #retrocomputing

  2. What helped me deliver my RetroChallgence 2024 project on time? Prior experience with the Interlisp API of NoteCards and the nature of Lisp and Lisp systems.

    journal.paoloamoroso.com/how-l

    #RC2024 #RetroChallenge #retrocomputing #interlisp #NoteCards

  3. RetroChallenge announced the results of RC2024/10 and I'm honored to be among the winners. I entered with the WebCard project written in Interlisp, a NoteCards extension for visiting websites.

    Thanks to the organizers, voters, and judges and congrats to all the entrants, especially @psychotimmy who won the Grand Prize.

    retrochallenge.org/2025/10/rc2

    github.com/pamoroso/webcard

    journal.paoloamoroso.com/tag:W

    #RC2024 #RetroChallenge #retrocomputing #interlisp #NoteCards

  4. At ACM #Hypertext @ht: Mark Anderson talking about spatial hypertext and its origins, also referring to Frank Halasz's #NoteCards. See his full paper “W(h)ither Spatial Hypertext?” at doi.org/10.1145/3720553.3746683
    @hist_HT @interlisp @amoroso

  5. I'm working on a WebCard demo notefile with examples of web links filed into various types of cards.

  6. WebCard is not a large system but I documented it anyway, explaining the few things it adds to or differs from NoteCards.

    journal.paoloamoroso.com/docum

  7. A sneak peek at the bitmap I designed for WebCard cards of type Web, here open in the Medley Interlisp bitmap editor. The bitmap at the actual size is near the top left corner whereas the magnified view takes up most of the window.

    The bitmap represents a card at the center of which is a globe with meridians and parallels.

  8. I'm considering the next steps to conclude the work on WebCard project for the RetroChallenge 2024.

  9. Since I need to import a bitmap in Medley for WebCard I'm researching some image conversion tools.

  10. WebCard now does some basic housekeeping of visited URLs. This reduces web browser tab clutter and keeps unintentional link traversals under control.

    journal.paoloamoroso.com/keepi

  11. I finally fixed a URL validation bug of WebCard, which turned out to be just a typo in a clause of an Interlisp iterative statement.

    journal.paoloamoroso.com/fixin

  12. WebCard cards of type Web are stand ins for WWW websites. So I changed the code to make the text of such cards read only and refactored the text updating code.

    journal.paoloamoroso.com/manag

  13. I added two items to the title bar menu of WebCard cards, one for visiting and the other for editing the URL associated with a card.

    journal.paoloamoroso.com/addin

  14. Really good progress with WebCard today. I learned how to add items to the left-click menu of NoteCards cards, and added the URL visit and edit commands for cards of type Web.