generated from seanpm2001/Template_Journaling_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_1.purs
17 lines (14 loc) · 1.06 KB
/
PROJECT_LANG_1.purs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-- Start of script
module Main where
import Prelude
import Effect (Effect)
import Effect.Console (log)
-- I decided to make PureScript for the project language file for this project (SeansLifeArchive_Images_ModernSmurfsVillage) it took a lot of decision, and I went through many languages (PHP, Idris, PostScript, Racket, FORTRAN, Scheme, Python, R, REBOL, Isabelle, Inform-7 just to name a few) I went with PureScript due to the purity of the game and my memories associated with it.
main :: Effect Unit
main = log "I decided to make PureScript for the project language file for this project (SeansLifeArchive_Images_ModernSmurfsVillage) it took a lot of decision, and I went through many languages (PHP, Idris, PostScript, Racket, FORTRAN, Scheme, Python, R, REBOL, Isabelle, Inform-7 just to name a few) I went with PureScript due to the purity of the game and my memories associated with it."
{- File info
File type: PureScript source file (*.purs)
File version: 1 (Friday, July 2nd 2021 at 4:24 pm)
Line count (including blank lines and compiler line): 18
}-
-- End of script