15 lines
		
	
	
		
			260 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			260 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| tags:
 | |
|   - s/informatique
 | |
|   - s/maths
 | |
|   - not-done
 | |
| ---
 | |
| 
 | |
| # What are combinators
 | |
| 
 | |
|  - definition of combinators
 | |
|  - usage in CS
 | |
|      - APL, haskell
 | |
|      - implications on how programs can be done
 | |
|          - tacit programming
 | |
|          - concatenative programming |