We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7234899 commit 56f5c80Copy full SHA for 56f5c80
src/reference/codingstyle.md
@@ -0,0 +1,7 @@
1
+# 코딩스타일
2
+
3
+- <https://www.cliki.net/Programming%20style>
4
+- <https://lisp-lang.org/style-guide/>
5
+- [Ariel Labs Common Lisp Style Guide](http://labs.ariel-networks.com/cl-style-guide.html)
6
+- [Google Common Lisp Style Guide](https://google.github.io/styleguide/lispguide.xml)
7
+- [Tutorial on Good Lisp Programming Style](https://www.cs.umd.edu/%7Enau/cmsc421/norvig-lisp-style.pdf) by Peter Norv, Kent Pit
0 commit comments