Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pp:reading [2019/02/18 00:05]
dmihai
pp:reading [2020/02/05 15:43] (current)
dmihai [Programare funcțională și Haskell]
Line 1: Line 1:
-===== Lectură Recomandată ​=====+===== Resurse Utile =====
  
 ==== Programare funcțională și Haskell ==== ==== Programare funcțională și Haskell ====
Line 5: Line 5:
  
   * [[http://​worrydream.com/​refs/​Hughes-WhyFunctionalProgrammingMatters.pdf|Why Functional Programming Matters]]   * [[http://​worrydream.com/​refs/​Hughes-WhyFunctionalProgrammingMatters.pdf|Why Functional Programming Matters]]
-    * un articol ​impoortant ​despre avantajele programării funcționale+    * un articol ​important ​despre avantajele programării funcționale
   * [[https://​wiki.haskell.org/​Why_Haskell_matters|Why Haskell Matters]]   * [[https://​wiki.haskell.org/​Why_Haskell_matters|Why Haskell Matters]]
     * articol despre avantajele limbajului Haskell, în particular     * articol despre avantajele limbajului Haskell, în particular
- 
-Cărți pentru învățat Haskell ("Real World Haskell"​ depășește rapid și cu mult scope-ul cursului de PP): 
-  * [[http://​learnyouahaskell.com/​chapters|Learn you a Haskell for Great Good]] 
-  * [[http://​book.realworldhaskell.org/​|Real World Haskell]] 
  
   * [[https://​wiki.haskell.org/​Haskell_in_industry|Haskell in industry]]   * [[https://​wiki.haskell.org/​Haskell_in_industry|Haskell in industry]]
     * listă de companii care folosesc Haskell intern sau în producție     * listă de companii care folosesc Haskell intern sau în producție
- 
   * [[https://​www.haskell.org/​hoogle/​|Hoogle]]   * [[https://​www.haskell.org/​hoogle/​|Hoogle]]
     * motor de căutare pentru funcțiile din biblioteca standard Haskell     * motor de căutare pentru funcțiile din biblioteca standard Haskell
 +
 +Cărți de Haskell ("Real World Haskell"​ depășește rapid și cu mult scope-ul cursului de PP):
 +  * [[http://​learnyouahaskell.com/​chapters|Learn you a Haskell for Great Good]]
 +  * [[http://​book.realworldhaskell.org/​|Real World Haskell]]
 +
 +CheatSheets
 +  * [[https://​drive.google.com/​open?​id=1n6_OGQzsFin35DBabWFnbIUyv66cR68B|Haskell]]
 +
 +==== Programare logică și Prolog ====
 +
 +
 +  * [[http://​www.swi-prolog.org/​|Platforma SWI-Prolog]]
 +
 +Cărți de Prolog
 +  * [[https://​mitpress.mit.edu/​books/​art-prolog-second-edition|The Art of Prolog - Second Edition]]
 +    * Open Access Title -> Download PDF
 +  * [[http://​www.learnprolognow.org/​lpnpage.php?​pageid=online|Learn Prolog Now!]]