Difference between revisions of "Stack"

From HaskellWiki
Jump to navigation Jump to search
(Created page with "{{Stub}} For the description of the common computer term <code>stack</code>, see the Wikipedia article [https://en.wikipedia.org/wiki/Stack_(abstract_data_type) Stack (abstra...")
 
m
Line 7: Line 7:
   
 
Stack is a development tool for the entire Haskell development cycle, from installing the compiler and packages to testing and benchmarking software.
 
Stack is a development tool for the entire Haskell development cycle, from installing the compiler and packages to testing and benchmarking software.
  +
  +
== Blog posts / Tutorials ==
  +
  +
* [https://duplode.github.io/posts/casual-hacking-with-stack.html Casual Hacking With stack] - Explains how to start up a new package with Stack and what each file is for.
   
   

Revision as of 19:10, 24 July 2015

This article is a stub. You can help by expanding it.

For the description of the common computer term stack, see the Wikipedia article Stack (abstract data type) or Call stack.


Introduction

Stack is a development tool for the entire Haskell development cycle, from installing the compiler and packages to testing and benchmarking software.

Blog posts / Tutorials


Important links


Other links