Stories
Slash Boxes
Comments

SoylentNews is people

posted by janrinok on Friday December 29 2017, @01:57AM   Printer-friendly
from the memories dept.

Source code for Apple's legendary Lisa operating system to be released for free in 2018

You'll soon be able to take a huge trip down memory lane when it comes to Apple's computer efforts. The Computer History Museum has announced that the source code for the Lisa, Apple's computer that predated the Mac, has been recovered and is being reviewed by Apple itself...

The announcement was made by Al Kossow, a Software Curator at the Computer History Museum. Kossow says that source code for both the operating system and applications has been recovered. Once that code is finished being reviewed by Apple, the Computer History Museum will make the code available sometime in 2018.

While you've been able to run emulators of the Lisa operating system before, this is notable as it's not just a third-party hack solution, but rather Apple is directly involved and the full code will be available for everyone.

Apple Lisa.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by TheGratefulNet on Friday December 29 2017, @02:51AM (3 children)

    by TheGratefulNet (659) on Friday December 29 2017, @02:51AM (#615379)

    that colon-equals shit made a come-back in golang ;(

    --
    "It is now safe to switch off your computer."
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 0) by Anonymous Coward on Friday December 29 2017, @03:08AM (1 child)

    by Anonymous Coward on Friday December 29 2017, @03:08AM (#615387)

    Pascal pointer syntax is backwards from the correct way pointers are done in C.

    • (Score: 2) by coolgopher on Friday December 29 2017, @04:21AM

      by coolgopher (1157) on Friday December 29 2017, @04:21AM (#615422)

      Pascal pointers are just plain painful to work with.

  • (Score: 1, Interesting) by Anonymous Coward on Friday December 29 2017, @03:12AM

    by Anonymous Coward on Friday December 29 2017, @03:12AM (#615389)

    Yet they dumped common prefix operators. Consider (pseudocode)...

    for (i = -1; ++i < NEVER_OFF_BY_ONE;) {

        // optimises to while loop

    }

    Go is an "idiomatic" and stupid language with the brain damage built right in.