Skip to content

Commit

Permalink
Lisää ideoita, sanaston säätöä
Browse files Browse the repository at this point in the history
  • Loading branch information
hukka committed Nov 15, 2014
1 parent 9b67cb9 commit b05e8cc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
5 changes: 5 additions & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ Ideoita
- Livecoding-moduuli extemporella (musiikki)
- Livecoding-moduuli fluxuksella
- Robottimoduuli EV3:lla
- binäärihaku, esimerkiksi funktion nollakohdalle
- jotain numeeristä integrointia trapezoideilla?
- Jokin graafi ja siinä haku? Vaikka paikkakuntien etäisyydet ja reitin etsintä.
Tai graafinmuodostusta jopa... vaikka shakkitehtävä siirroista?
- https://projecteuler.net/problems


Indices and tables
Expand Down
19 changes: 15 additions & 4 deletions source/sanasto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ Sanasto
muuttuja

scope
käyttöala
ala
näkyvyysalue

global
yleinen (globaali, ohjelman laajuinen, yleis-?)
Expand All @@ -84,10 +83,10 @@ Sanasto
paikallinen

closure
suljin/sulkeminen
sulkeuma

struct
tietue (oikeastaan record), yhdistelmätietotyyppi (uaagh)?
tietue

hash table/array
hajautustaulu
Expand All @@ -100,3 +99,15 @@ Sanasto

macro
makro

interpreter
tulkki

compiler
kääntäjä

type
tyyppi

definition
määritelmä

0 comments on commit b05e8cc

Please sign in to comment.