mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 07:12:31 +03:00
Cleaned up php metadata, added racker
This commit is contained in:
parent
40c839654a
commit
ecec97ef92
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: erlang
|
language: erlang
|
||||||
contributor:
|
contributors:
|
||||||
- ["Giovanni Cappellotto", "http://www.focustheweb.com/"]
|
- ["Giovanni Cappellotto", "http://www.focustheweb.com/"]
|
||||||
filename: learnerlang.erl
|
filename: learnerlang.erl
|
||||||
---
|
---
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
language: php
|
language: php
|
||||||
contributors:
|
contributors:
|
||||||
- [Malcolm Fell](http://emarref.net/)
|
- ["Malcolm Fell", "http://emarref.net/"]
|
||||||
- [Trismegiste](https://github.com/Trismegiste)
|
- ["Trismegiste", "https://github.com/Trismegiste"]
|
||||||
filename: learnphp.php
|
filename: learnphp.php
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
language: racket
|
language: racket
|
||||||
author: th3rac25
|
contributors:
|
||||||
|
- ["th3rac25", "http://twitter.com/th3rac25"]
|
||||||
|
filename: learnracket.py
|
||||||
---
|
---
|
||||||
|
|
||||||
Racket is a general purpose, multi-paradigm programming language in the Lisp/Scheme family.
|
Racket is a general purpose, multi-paradigm programming language in the Lisp/Scheme family.
|
||||||
@ -8,7 +10,7 @@ Racket is a general purpose, multi-paradigm programming language in the Lisp/Sch
|
|||||||
Feedback is appreciated! You can reach me at [@th3rac25](http://twitter.com/th3rac25) or th3rac25 [at] [google's email service]
|
Feedback is appreciated! You can reach me at [@th3rac25](http://twitter.com/th3rac25) or th3rac25 [at] [google's email service]
|
||||||
|
|
||||||
|
|
||||||
```racket
|
```scheme
|
||||||
#lang racket ; defines the language we are using
|
#lang racket ; defines the language we are using
|
||||||
|
|
||||||
;;; Comments
|
;;; Comments
|
||||||
@ -447,7 +449,6 @@ vec ; => #(1 2 3 4)
|
|||||||
; (deposit -5) ; => deposit: contract violation
|
; (deposit -5) ; => deposit: contract violation
|
||||||
; expected: positive?
|
; expected: positive?
|
||||||
; given: -5
|
; given: -5
|
||||||
; more details....
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Further Reading
|
## Further Reading
|
||||||
|
Loading…
Reference in New Issue
Block a user