Turbo Pascal Turns 40

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • Turbo Vision

    A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.

  • pas2go

    Pascal to Go converter (converts a subset of Turbo Pascal 5.5)

  • One of my favourite computer games was written in Turbo Pascal: ZZT by Epic Megagames. It was a quircky text-mode game with puzzles, shooting, and a built-in game editor that came even with the free shareware version (it even had a little programming language called ZZT-OOP).

    ZZT's original source code was lost. Years later, Adrian Siekierka painstakingly reverse-engineered the original Turbo Pascal code till -- when compiled with the original compiler -- produced a byte-for-byte identical executable. Amazing! Read more:

    - https://blog.asie.pl/2020/08/reconstructing-zzt/

    - https://news.ycombinator.com/item?id=22609474

    - https://benhoyt.com/writings/zzt-in-go/

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • processing

    Source code for the Processing Core and Development Environment (PDE)

  • Processing (P5) had this: you can select any string of text in its IDE anl search for it in the docs, and if it's one of the built-in functions or constants it will open the associated static html page that came installed with the software, so no internet nor server required. And despite being offline you can still navigate the docs too. This feels a lost basic skill in static site generation these days.

    It was the only creative coding framework that had complete, offline documentation like that at the time I might add. OpenFrameworks is still mostly autogenerated stubs for example.

    IMO it was one of the things that gave Processing an edge in educational contexts over all alternatives. I was pretty sad to see p5.js not fully continue that tradition and require that you go online to read the docs, and that it's not a static website but that text is rendered with javascript when you open it (still complete and with examples though).

    https://processing.org/

    https://p5js.org/

  • p5.js

    p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —

  • Processing (P5) had this: you can select any string of text in its IDE anl search for it in the docs, and if it's one of the built-in functions or constants it will open the associated static html page that came installed with the software, so no internet nor server required. And despite being offline you can still navigate the docs too. This feels a lost basic skill in static site generation these days.

    It was the only creative coding framework that had complete, offline documentation like that at the time I might add. OpenFrameworks is still mostly autogenerated stubs for example.

    IMO it was one of the things that gave Processing an edge in educational contexts over all alternatives. I was pretty sad to see p5.js not fully continue that tradition and require that you go online to read the docs, and that it's not a static website but that text is rendered with javascript when you open it (still complete and with examples though).

    https://processing.org/

    https://p5js.org/

  • z80-playground-cpm-fat

    CP/M for the Z80 Playground that runs on the FAT disk format

  • That's what I remember too.

    I briefly documented how to run Turbo Pascal 3.00A on a CP/M system a while back:

    https://github.com/skx/z80-playground-cpm-fat/blob/main/TURB...

    I'm doing that on a single-board Z80-based system, and it has to be said that writing pascal is a pleasure on such a machine. 64k of memory, and yet code compiles to real executables "instantly".

  • Z80-Board

    Z80 computer wirewrapped on perfboard + Some game and utility programs

  • May I interest you in a game of Snake for that.

    https://github.com/linker3000/Z80-Board/blob/master/snake.pa...

  • Here is a Turbo Pascal 3.0 Autoexe Password program I wrote in 1985: https://github.com/generalram/TurboPascalDOSPassword

    I'd like to get into Free Pascal and Lazarus but I am also trying to get into so many other things like Python. I worked with Procasti to do this forum software: https://github.com/orionblastar/K666 But I forgot what I learned due to my medicine and mental illness which causes a disability.

    I've come a long way, but needed a break to get sane again.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • K666

    K666 is forum discussion software, this is an attempt to write the Free version FreeK666 without violating copyright

  • Here is a Turbo Pascal 3.0 Autoexe Password program I wrote in 1985: https://github.com/generalram/TurboPascalDOSPassword

    I'd like to get into Free Pascal and Lazarus but I am also trying to get into so many other things like Python. I worked with Procasti to do this forum software: https://github.com/orionblastar/K666 But I forgot what I learned due to my medicine and mental illness which causes a disability.

    I've come a long way, but needed a break to get sane again.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts