Pascal's triangle: Difference between revisions

→‎{{header|Clojure}}: Corrected small typos
(→‎{{header|Clojure}}: Added an extra implementation to generate pascal's triangle)
(→‎{{header|Clojure}}: Corrected small typos)
Line 543:
</lang>
 
One can thanthen get the first nthn rows using the take function
 
<lang lisp>