General Flashcards

1
Q

całkowicie

A

entirely

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

nawiasy

A

round brackets or parentheses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

przecinek

A

comma

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

dwukropek

A

colon

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

średnik

A

semicolon

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

zestawienie

A

juxtaposition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

sprawdzić sobie

A

check it out for yourself

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

kamień węgielny

A

cornerstone

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

śmiałe

A

adventurous

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

pomoc/wsparcie

A

aid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

przetworzyć obiekty jakoś

A

process these objects somehow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Przejdźmy przez najważniejsze rzeczy abyście zaznajomili się ze składnią.

A

Let’s go through the most important stuff to get you accustomed with the syntax.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Możesz zdefiniować funkcję używając arbitralnej liczby pattern matching expressions.

A

You can define a function by arbitrary number of pattern match expressions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Całkowicie zajmuje się rzeczami HTTP i pozwala nam skupić się na API, które są całkowicie reprezentowane w typach.

A

It completely takes over all HTTP stuff and lets us focus only on our APIs, which are represented exclusively in types.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

dość skomplikowany typ

A

rather complicated type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

przypatrzmy sięgłębiej typowi zwracanemu

A

let’s dive deeper into our return type

17
Q

Gdy później podczas talka będziesz się zastanawiał po co to? przypomnij sobie ten slajd.

A

If later during the talk you will wonder “why bother?”, remember this slide

18
Q

nawiasy wąsiaste

A

curly brackets

19
Q

nawiasy trójkątne

A

angle brackets

20
Q

wartość poprawna

A

correct value / success value

21
Q

bardzo szybkie

A

blazingly fast

22
Q

Elm ma świetną dokumentację, pomocne błędy kompilatora, ma strumienie, typy i wirtualnego DOMa…

A

Elm has a great documentation, helpful compiler errors

23
Q

Haskelowcy mówiąże za kurtynąodbywają sięakcje i musimy być tego świadomi.

A

Haskellers say that there is an action going on in behind the curtains and we need to be aware of it.

24
Q

Pozwala nam wypakować rzeczy z EitherT i kontynuować kalkulacje tylko gdy EitherT jest Rightem.

A

It allows us to unpack stuff from EitherTs and continue calculations only if the EitherT is of type Right.

25
pattern matchujemy na rezultacie aby się dowiedzieć czy już nie wysysnęliśmy wszystkiego ze źródła - wtedy możemy skończyć rekursywne wywołania
we just pattern match on the result to find out whether we already sucked out the source and we can finish making more recursive calls.
26
liczba komentarzy powinna wskazywać jak zaciekła była dyskusja
comment quantity should indicate how fierce the code review was
27
Przywitajcie się z notacją do, która znów pozwala nam pracować wewnątrz EitherT.
Say hello to do notation, which again helps us work inside EitherT context.
28
Możesz być zaskoczony że to prawie to samo co wywołania klienckie.
You may be surprised that it’s almost the same as doing client calls.
29
Więc jak zaimplementujemy dynamiczną tabelkę bez tak podstawowych narzędzi?
So how do we implement our dynamic table without such fundamental tools?