💾 Archived View for bbs.geminispace.org › u › norayr › 15138 captured on 2024-08-25 at 08:13:23. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-08-18)
-=-=-=-=-=-=-
Re: "so this subspace got me looking into pascal, and as a non..."
yeah i made a nis manager cgi application in pascal. it is not published though. but it is used in one university to manage users.
Feb 19 · 6 months ago
🐙 norayr [mod] · 2024-02-19 at 00:50:
you made lots of progress! did you just use commandline freepascal rompiler fpc? or lazarus ide? i usually just use commandline compiler directly.
so this subspace got me looking into pascal, and as a non professional programmer it's fairly easy to understand. I might make some of my CGI scripts with it in the future. edit: I figured out how to print a "20" line: writeLn('20 text/gemini; charset=utf-8'#13#10);