Skip to content

Instantly share code, notes, and snippets.

@vovs03
Last active December 6, 2022 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vovs03/e08545315df24ac64e018b2fb234a945 to your computer and use it in GitHub Desktop.
Save vovs03/e08545315df24ac64e018b2fb234a945 to your computer and use it in GitHub Desktop.
Haskell Start

Haskell start (reports)

#Отчёт День 1 2022-12-06

  • 4 Лекции Intuit https://www.youtube.com/playlist?list=PLDrmKwRSNx7IXQyiEqozEmO-0NjGMl-Jg

    • Лекция 1: Обзор курса

    IMG_0409

    • Лекция 2: История функционального программирования
    • Лекция 3: Первые языки программирования
    • Лекция 4: Императивные языки программирования

Books

Шевченко

  • 1-5 главы прочитал photo_2022-12-06 21 00 35

Липовача

  • 1 глава

Курт

  • вчера unescaping-print
  • putStrLn"Вот это меня торкнуло!"
  • Модуль 4 Урок 21 бегло обзор

Code

Tg

putStrLn"Вот это меня торкнуло!"

Intuit: Tasks.hsl

-- codex/language/haskell/intuit/Cube.hs
cube :: Float -> Float
cube y = y*y*y
@vovs03
Copy link
Author

vovs03 commented Dec 6, 2022

![photo_2022-12-06 21 00 35](https://user-images.githubusercontent.com/21124057/205989329-3804a5c7-a7ba-4df5-9d8a-995741055be1.jpeg)
![IMG_0409](https://user-images.githubusercontent.com/21124057/205990033-a196eeac-b20c-4c31-92f2-a6377b759ea8.PNG)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment