{"id":13779293,"url":"https://github.com/blakemcbride/LISPF4","last_synced_at":"2025-05-11T12:33:28.544Z","repository":{"id":13468113,"uuid":"16158053","full_name":"blakemcbride/LISPF4","owner":"blakemcbride","description":"InterLisp interpreter","archived":false,"fork":false,"pushed_at":"2024-11-09T20:44:06.000Z","size":77045,"stargazers_count":57,"open_issues_count":0,"forks_count":7,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-11-09T21:28:46.564Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blakemcbride.png","metadata":{"files":{"readme":"README.md","changelog":"history.lisp","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-01-23T01:06:19.000Z","updated_at":"2024-11-09T20:44:10.000Z","dependencies_parsed_at":"2024-08-03T18:21:44.021Z","dependency_job_id":null,"html_url":"https://github.com/blakemcbride/LISPF4","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakemcbride%2FLISPF4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakemcbride%2FLISPF4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakemcbride%2FLISPF4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakemcbride%2FLISPF4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blakemcbride","download_url":"https://codeload.github.com/blakemcbride/LISPF4/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225049038,"owners_count":17412915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T18:01:03.563Z","updated_at":"2025-05-11T12:33:28.533Z","avatar_url":"https://github.com/blakemcbride.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"\nLISPF4 - InterLisp Interpreter\n=======================\n\n**NOTE: The original LISPF4, written in FORTRAN IV (included herein as lispf4.orig), always worked flawlessly.  I converted it to 32-bit C via the FORTRAN to C converter.  I think it worked, but didn't use it a lot.\nI later made a few adjustments for 64 bits.  At first, I thought it worked, but I now realize it does not.  This is going to take some effort to debug.  I just do not have the time right now.  If someone were to,\nI might suggest starting back with the original known-working FORTRAN source.**\n\nLISPF4 is an InterLisp interpreter written by Mats Nordstrom from Uppsala, Sweden, in the early '80s.  It was written in FORTRAN and found by me, over the course of a few years of use, to be quite stable.  I subsequently used the F2C program to convert it to C.  I then gave it the ability to have command-line determination of the memory size.  I have much less experience with the C port in terms of reliability.\n\nThe original FORTRAN code required a small assembler piece to provide byte indexing into integers.  This small piece caused no end of trouble when porting to a new compiler.  Since C can do this without assembler, this problem has hopefully been eliminated.\n\nThe system supports much of the InterLisp standard, and a few bits of the standard were added by me.  There is no GUI.  Sometime in the late '90s Mats was kind enough to give me a copy of the latest version he had (8/22/83).  He also gave me permission to release it so long as I retained his credits.  Among other things, this distribution includes the entire, untouched, original source code and documentation.\n\nThe current status of the C conversion eliminates the need for a FORTRAN compiler or F2C.  It is all C code now.  I've had it working on Windows, Mac, and Linux.\n\nInterlisp is a dynamically scoped Lisp system.  It supports LAMBDA (evaluates function arguments), NLAMBDA (doesn't evaluate its arguments), and a variable number of arguments.  Macros are supported as well.\n\nThe system comes with a pretty complete user manual and implementor's manual.  I also include the documentation this system is based on.\n\nPre-built systems for Linux, Mac, and Windows are also included.\n\nSee the [Documentation/README.txt](https://github.com/blakemcbride/LISPF4/blob/master/Documentation/README.txt) file for more complete documentation.\n\nSource code located at:  [https://github.com/blakemcbride/LISPF4](https://github.com/blakemcbride/LISPF4)\n\nEnjoy.\n\nBlake McBride\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakemcbride%2FLISPF4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblakemcbride%2FLISPF4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakemcbride%2FLISPF4/lists"}