Giter Club home page Giter Club logo

learnyouahaskell's Introduction

learnyouahaskell

#Lessons in haskell

ghci = haskell console myfunctions.hs = haskell file :l myfunctions = load haskel file :r = reload files :set prompt "ghci> " :bowse :? :! clear = clears console

functions:

succ 8 #successor 9

min 9 10 max 100 101 :set prompt "ghci> "

ghci> 92 div 10 #infix function 9 ghci> div 92 10 9

let lostNumbers = [4,8,15,16,23,42] #define list [1,2,3,4] ++ [9,10,11,12] #adding lists "hello" ++ " " ++ "world" #concat strings ['w','o'] ++ ['o','t'] #combine characters 'A':" SMALL CAT" #combine string characters 5:[1,2,3,4,5] #5 gets added to array "Steve Buscemi" !! 6 #get 6th index from string head [5,4,3,2,1] #get the first element in list [1..20] #create a list from 1 to 20 [1,2,3] == 1:2:3:[] #creates a list

learnyouahaskell's People

Contributors

miamiruby avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.