Skip to content

Commit

Permalink
PROJECT_LANG_1_V1.wisp
Browse files Browse the repository at this point in the history
PROJECT_LANG_1_V1.wisp
  • Loading branch information
seanpm2001 committed Jul 14, 2023
1 parent f0dadce commit 0d54065
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
; Start of script
(defn ProjectLanguageFileOne
(defn str
str "Project language file 1";
str "For: seanpm2001/Learn-Wisp";
str "About:";
str "I decided to make Wisp the main project language file for this project (Seanpm2001/Learn-Wisp) as Wisp is the language this project is dedicated to, because this project is about learning the Wisp programming language. It only makes sense to Wisp the official language for this project. It is getting its own project language file, starting here.";
))

; Output
; Project language file 1
; For: seanpm2001/Learn-Wisp
; About:
; I decided to make Wisp the main project language file for this project (Seanpm2001/Learn-Wisp) as Wisp is the language this project is dedicated to, because this project is about learning the Wisp programming language. It only makes sense to Wisp the official language for this project. It is getting its own project language file, starting here.

; File info
; File type: Wisp source file (*.wisp)
; File version: 1 (2023, Thursday, July 13th at 08:48 pm PST)
; Line count (including blank lines and compiler line): 22

; End of script

0 comments on commit 0d54065

Please sign in to comment.