Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
C
Conway
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Adrian Kosmaczewski
Conway
Commits
20878244
Commit
20878244
authored
Oct 18, 2020
by
Adrian Kosmaczewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated stats and makefile
parent
3d558671
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
Makefile
Makefile
+9
-1
README.adoc
README.adoc
+1
-0
cloc1.txt
cloc1.txt
+1
-0
No files found.
Makefile
View file @
20878244
COLOR
=
\0
33[1
;
33m
NC
=
\0
33[0m
all
:
kotlin ts cpp go php c cs fs basic ruby swift objc python java lua pascal rust vb st
all
:
kotlin ts cpp go php c cs fs basic ruby swift objc python java lua pascal rust vb st
lisp
stats
:
cloc
--list-file
=
cloc1.txt
...
...
@@ -216,3 +216,11 @@ st:
cd
Smalltalk
;
\
./tests.st
;
############ Common Lisp
.PHONY
:
lisp
lisp
:
@
echo
"
${COLOR}
--------------------- Common Lisp ----------------------
${NC}
"
;
\
cd
CommonLisp
;
\
CL_SOURCE_REGISTRY
=
$
$(pwd)
/conway sbcl
--script
tests.lisp
;
README.adoc
View file @
20878244
...
...
@@ -60,6 +60,7 @@ Kotlin 5 22 1 186
Python 5 25 1 154
F# 5 28 15 153
Common Lisp 5 21 2 140
----
=== Notes
...
...
cloc1.txt
View file @
20878244
...
...
@@ -4,6 +4,7 @@ FreeBASIC/src/world.bas
FreeBASIC/main.bas
FreeBASIC/tests.bas
CommonLisp/main.lisp
CommonLisp/tests.lisp
CommonLisp/conway/cell.lisp
CommonLisp/conway/coord.lisp
CommonLisp/conway/world.lisp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment