Resolved merge conflicts by favoring main branch
68
.github/ISSUE_TEMPLATE/primer.yml
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
name: Report an issue with the "Medley Interlisp for the Newcomer" primer
|
||||
description: Use this template to report issues or make suggestions.
|
||||
title: "[Primer] <short title here>"
|
||||
labels:
|
||||
- primer
|
||||
- documentation
|
||||
body:
|
||||
- type: dropdown
|
||||
id: problemType
|
||||
attributes:
|
||||
label: "What type of issue are you reporting?"
|
||||
options:
|
||||
- Suggested improvement
|
||||
- Incorrect explanation / code sample
|
||||
- Confusing explanation
|
||||
- Outdated information
|
||||
- Broken link
|
||||
- Typo / Grammar
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: location
|
||||
attributes:
|
||||
label: "Section of the primer where the issue occurs"
|
||||
options:
|
||||
- Introduction
|
||||
- Medley online and Medley Local
|
||||
- Understanding and Navigating the Interface
|
||||
- Understanding Lisp Syntax
|
||||
- Atoms, Functions and Lists
|
||||
- Variable Bindings and Scope
|
||||
- Iterators and Conditionals
|
||||
- The File Browser
|
||||
- Debugging
|
||||
- Editing functions with SEdit
|
||||
- Build Your First Interactive Program
|
||||
- Saving Your Work
|
||||
- TEdit, The WYSIWYG Editor
|
||||
- Drawing and Displaystreams
|
||||
- Making a Graph with Grapher
|
||||
- Additional Resources
|
||||
- General Feedback (not specific to a section)
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: issueLocationDetails
|
||||
attributes:
|
||||
label: "Please provide more details about the location of the issue"
|
||||
description: "For example, the specific page title, section heading, or url."
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: issueDescription
|
||||
attributes:
|
||||
label: "Description of the issue"
|
||||
description: "Please provide a detailed description of the issue you encountered."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: suggestedFix
|
||||
attributes:
|
||||
label: "Suggested fix or improvement"
|
||||
description: "If you have a suggestion for how to fix or improve the issue, please provide it here."
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "## Thank you for helping us improve the **Medley Interlisp for the Newcomer** primer!"
|
||||
@@ -1,6 +1,6 @@
|
||||
name: "New entry for **What People Are Saying**"
|
||||
description: "Suggest a new entry for the **What People are Saying** page"
|
||||
title: "What People are Saying suggestion"
|
||||
name: New "What People Are Saying" entry
|
||||
description: 'Suggest a new entry for the "What People Are Saying" page'
|
||||
title: "What People Are Saying suggestion"
|
||||
body:
|
||||
- type: dropdown
|
||||
id: contentType
|
||||
@@ -24,7 +24,7 @@ body:
|
||||
id: additionalInformation
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: "Use this space to supply any addiitonal information on the suggested item."
|
||||
description: "Use this space to supply any additional information on the suggested item."
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
|
||||
2
.gitignore
vendored
@@ -31,7 +31,7 @@ loadups/whereis.hash
|
||||
loadups/apps.sysout
|
||||
loadups/fuller.database
|
||||
loadups/build/
|
||||
loadups/branches
|
||||
loadups/tagged
|
||||
loadups/gitinfo
|
||||
|
||||
|
||||
|
||||
33
NIL
Normal file
@@ -0,0 +1,33 @@
|
||||
(DEFINE-FILE-INFO PACKAGE "INTERLISP" READTABLE "INTERLISP" BASE 10)
|
||||
|
||||
(FILECREATED " 1-Nov-2025 13:41:38" {DSK}<home>frank>il>medley>START-KINETIC.;2 1112
|
||||
|
||||
:EDIT-BY "FGH"
|
||||
|
||||
:CHANGES-TO (FNS START-KINETIC)
|
||||
|
||||
:PREVIOUS-DATE " 1-Nov-2025 13:21:22" {DSK}<home>frank>il>medley>START-KINETIC.;1)
|
||||
|
||||
|
||||
(PRETTYCOMPRINT START-KINETICCOMS)
|
||||
|
||||
(RPAQQ START-KINETICCOMS ((FILES KINETIC)
|
||||
(FNS START-KINETIC)
|
||||
(P (START-KINETIC))))
|
||||
|
||||
(FILESLOAD KINETIC)
|
||||
(DEFINEQ
|
||||
|
||||
(START-KINETIC
|
||||
[LAMBDA NIL (* ; "Edited 1-Nov-2025 13:41 by FGH")
|
||||
(* ; "Edited 1-Nov-2025 13:15 by FGH")
|
||||
(ADD.PROCESS '(KINETIC (CREATEW (CREATEREGION (FIX (TIMES 0.25 SCREENWIDTH))
|
||||
(FIX (TIMES 0.25 SCREENHEIGHT))
|
||||
(FIX (TIMES 0.5 SCREENWIDTH))
|
||||
(FIX (TIMES 0.5 SCREENHEIGHT])
|
||||
)
|
||||
|
||||
(START-KINETIC)
|
||||
(DECLARE%: DONTCOPY
|
||||
(FILEMAP (NIL (517 1068 (START-KINETIC 527 . 1066)))))
|
||||
STOP
|
||||
33
START-KINETIC
Normal file
@@ -0,0 +1,33 @@
|
||||
(DEFINE-FILE-INFO PACKAGE "INTERLISP" READTABLE "INTERLISP" BASE 10)
|
||||
|
||||
(FILECREATED " 1-Nov-2025 13:41:38" {DSK}<home>frank>il>medley>START-KINETIC.;2 1112
|
||||
|
||||
:EDIT-BY "FGH"
|
||||
|
||||
:CHANGES-TO (FNS START-KINETIC)
|
||||
|
||||
:PREVIOUS-DATE " 1-Nov-2025 13:21:22" {DSK}<home>frank>il>medley>START-KINETIC.;1)
|
||||
|
||||
|
||||
(PRETTYCOMPRINT START-KINETICCOMS)
|
||||
|
||||
(RPAQQ START-KINETICCOMS ((FILES KINETIC)
|
||||
(FNS START-KINETIC)
|
||||
(P (START-KINETIC))))
|
||||
|
||||
(FILESLOAD KINETIC)
|
||||
(DEFINEQ
|
||||
|
||||
(START-KINETIC
|
||||
[LAMBDA NIL (* ; "Edited 1-Nov-2025 13:41 by FGH")
|
||||
(* ; "Edited 1-Nov-2025 13:15 by FGH")
|
||||
(ADD.PROCESS '(KINETIC (CREATEW (CREATEREGION (FIX (TIMES 0.25 SCREENWIDTH))
|
||||
(FIX (TIMES 0.25 SCREENHEIGHT))
|
||||
(FIX (TIMES 0.5 SCREENWIDTH))
|
||||
(FIX (TIMES 0.5 SCREENHEIGHT])
|
||||
)
|
||||
|
||||
(START-KINETIC)
|
||||
(DECLARE%: DONTCOPY
|
||||
(FILEMAP (NIL (517 1068 (START-KINETIC 527 . 1066)))))
|
||||
STOP
|
||||
31
START_KINETIC
Normal file
@@ -0,0 +1,31 @@
|
||||
(DEFINE-FILE-INFO PACKAGE "INTERLISP" READTABLE "INTERLISP" BASE 10)
|
||||
|
||||
(FILECREATED "31-Oct-2025 12:36:44" {DSK}<home>frank>il>medley>START_KINETIC.;1 897
|
||||
|
||||
:EDIT-BY "FGH"
|
||||
|
||||
:CHANGES-TO (VARS START_KINETICCOMS)
|
||||
(FNS START_KINETIC))
|
||||
|
||||
|
||||
(PRETTYCOMPRINT START_KINETICCOMS)
|
||||
|
||||
(RPAQQ START_KINETICCOMS ((FILES KINETIC)
|
||||
(FNS START_KINETIC)
|
||||
(P (START-KINETIC))))
|
||||
|
||||
(FILESLOAD KINETIC)
|
||||
(DEFINEQ
|
||||
|
||||
(START_KINETIC
|
||||
[LAMBDA NIL (* ; "Edited 31-Oct-2025 12:33 by FGH")
|
||||
(KINETIC (CREATEW (CREATEREGION (FIX (TIMES 0.25 SCREENWIDTH))
|
||||
(FIX (TIMES 0.25 SCREENHEIGHT))
|
||||
(FIX (TIMES 0.5 SCREENWIDTH))
|
||||
(FIX (TIMES 0.5 SCREENHEIGHT])
|
||||
)
|
||||
|
||||
(START-KINETIC)
|
||||
(DECLARE%: DONTCOPY
|
||||
(FILEMAP (NIL (471 857 (START_KINETIC 481 . 855)))))
|
||||
STOP
|
||||
@@ -1,2 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>Medley-Primer-OnePage</title></head><frameset cols="310pt,*" rows="94%"><frame src="Medley-Primer-OnePage_files/headings.htm" name="headings"/><frame src="Medley-Primer-OnePage_files/content.htm" name="content"/></frameset></html>
|
||||
|
Before Width: | Height: | Size: 772 B |
|
Before Width: | Height: | Size: 799 B |
|
Before Width: | Height: | Size: 320 B |
|
Before Width: | Height: | Size: 488 B |
|
Before Width: | Height: | Size: 420 B |
|
Before Width: | Height: | Size: 162 B |
|
Before Width: | Height: | Size: 98 B |
|
Before Width: | Height: | Size: 97 B |
|
Before Width: | Height: | Size: 99 B |
|
Before Width: | Height: | Size: 69 B |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 577 B |
|
Before Width: | Height: | Size: 836 B |
|
Before Width: | Height: | Size: 162 B |
|
Before Width: | Height: | Size: 320 B |
|
Before Width: | Height: | Size: 320 B |
|
Before Width: | Height: | Size: 162 B |
|
Before Width: | Height: | Size: 925 B |
|
Before Width: | Height: | Size: 916 B |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 162 B |
|
Before Width: | Height: | Size: 162 B |
|
Before Width: | Height: | Size: 792 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 312 B |
|
Before Width: | Height: | Size: 828 B |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 320 B |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 162 B |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 162 B |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 9.5 KiB |
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 320 B |
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 162 B |
|
Before Width: | Height: | Size: 741 B |
|
Before Width: | Height: | Size: 871 B |
|
Before Width: | Height: | Size: 660 B |
|
Before Width: | Height: | Size: 751 B |
|
Before Width: | Height: | Size: 69 B |
|
Before Width: | Height: | Size: 727 B |
|
Before Width: | Height: | Size: 892 B |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 78 B |
|
Before Width: | Height: | Size: 77 B |
|
Before Width: | Height: | Size: 70 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 947 B |
|
Before Width: | Height: | Size: 162 B |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 162 B |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 320 B |
|
Before Width: | Height: | Size: 162 B |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 162 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 320 B |
|
Before Width: | Height: | Size: 544 B |
|
Before Width: | Height: | Size: 162 B |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 661 B |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 320 B |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 162 B |
|
Before Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 5.5 KiB |
|
Before Width: | Height: | Size: 162 B |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 901 B |
|
Before Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 162 B |