generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_1.ss
19 lines (13 loc) · 1.28 KB
/
PROJECT_LANG_1.ss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;; Start of script
;; Project language file 1
;; For: seanpm2001/SeansLifeArchive_Images_Boom-Beach_Y2023
;; About:
;; Boom Beach is closed source, and I don't know what language it is written in, so I chose the one programming language with the name of something commonly done (scheming) and added this file, as I want this project to have a language assigned to it, so I wrote this file in Scheme. It is getting its own project language file, starting here.
(let ((message1 (lambda (p) (display "Project language file 1\nFor: seanpm2001/SeansLifeArchive_Images_Boom-Beach_Y2023\nAbout:\nBoom Beach is closed source, and I don't know what language it is written in, so I chose the one programming language with the name of something commonly done (scheming) and added this file, as I want this project to have a language assigned to it, so I wrote this file in Scheme. It is getting its own project language file, starting here." p) (newline p))))
(call-with-output-file "message1outputfile" message1))
;; I would have gone with Ceylon, but I want to continue the Scheme naming scheme
;; File info
;; File version: 1 (2023, Sunday, January 15th at 5:43 pm PST)
;; File type: Scheme source file (*.scm *.sld *.sls *.sps *.ss)
;; Line count (including blank lines and compiler line): 20
;; End of script