8000 PROJECT_LANG_1_V1.purs · seanpm2001/Learn-PureScript@553f096 · GitHub
[go: up one dir, main page]

Skip to content

Commit 553f096

Browse files
authored
PROJECT_LANG_1_V1.purs
An archive of the first version of the first project language file for this project.
1 parent 02fd039 commit 553f096

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
-- Start of script
2+
3+
-- Project language file 1
4+
-- For: seanpm2001/Learn-PureScript
5+
-- About:
6+
-- I decided to make PureScript the main project language file for this project (Seanpm2001/Learn-PureScript) as PureScript is the language this project is dedicated to, because this project is about learning the PureScript programming language. It only makes sense to make PureScript the official language for this project. It is getting its own project language file, starting here.
7+
8+
module Main where
9+
10+
import Debug.Trace
11+
12+
main1 = trace "Project language file 1"
13+
main2 = trace "For: seanpm2001/Learn-PureScript"
14+
main3 = trace "About:"
15+
main4 = trace "I decided to make PureScript the main project language file for this project (Seanpm2001/Learn-PureScript) as PureScript is the language this project is dedicated to, because this project is about learning the PureScript programming language. It only makes sense to make PureScript the official language for this project. It is getting its own project language file, starting here."
16+
17+
-- File info
18+
-- File type: PureScript source file (*.purs)
19+
-- File version: 1 (2022, Thursday, November 10th at 11:16 pm PST)
20+
-- Line count (including blank lines and compiler line): 21

0 commit comments

Comments
 (0)
0