Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HiP
HiPCMS_Technology_Check
Commits
5e4fbecb
Commit
5e4fbecb
authored
Oct 25, 2015
by
Jan Lippert
Browse files
Added explanation why pedestal is a bad option
parent
e7506b3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5e4fbecb
...
...
@@ -2,4 +2,14 @@
This repository contains different example projects for different server-side
frameworks. Each framework is tested on a different branch; use
```git branch -a```
to see a list of all branches/frameworks.
\ No newline at end of file
to see a list of all branches/frameworks.
## Pedestal
This is just included for completeness. Clojure is a very new LISP language.
As it's primarily functional - everything is a function or a datastructure -,
the concepts can be hard to grab.
The same is true for Pedestal because Clojure based web frameworks obviously
use Clojure. The main concepts are the sam, but their implementation is
fundamentally different.
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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