Skip to content

Commit 640c73c

Browse files
authored
PROJECT_LANG_1.be [V1]
Version 1 of the first project language file for this project.
1 parent f7a4dbe commit 640c73c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

PROJECT_LANG_1.be

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#! ./berry
2+
# Start of script
3+
4+
# Project language file 1
5+
# For: Rasple
6+
# About:
7+
# I decided to make Berry the main project language file for this project (Rasple) as Rasple was originally prototyped in Scratch, but I feel it could be a good embedded framework variant of the Meadows operating system. Berry fits best, as it is lightweight, functional, and matches the fact that Rasple is named after a raspberry. It is getting its own project language file, starting here.
8+
9+
print ('Project language file 1')
10+
print ('For: Rasple')
11+
print ('About:')
12+
print ('I decided to make Berry the main project language file for this project (Rasple) as Rasple was originally prototyped in Scratch, but I feel it could be a good embedded framework variant of the Meadows operating system. Berry fits best, as it is lightweight, functional, and matches the fact that Rasple is named after a raspberry. It is getting its own project language file, starting here.')
13+
14+
# File info
15+
# File type: Berry source file (*.be)
16+
# File version: 1 (2022, Friday, Noveber 18th at 7:59 pm PST)
17+
# Line count (including blank lines and compiler line): 20
18+
19+
# End of script

0 commit comments

Comments
 (0)