@NicolasComet
https://github.com/ncomet
Culture
Convaincre
C’est gratuit…
"Free as in free speech, not free beer" R. Stallman
Pas -ou peu- de support
Pas sécurisé
Retombées & services dérivés
1. Mozilla 39.90% (1 000+)
2. Pivotal 18.27% (3 000)
3. SUSE 17.64% (1 500)
4. Red Hat 12.68% (13 400)
5. Unity Technologies 12.90% (2 000+)
6. Square 11.25% (3 400)
7. Thoughtworks 8.28% (6 000+)
8. Shopify 7.67% (4 000+)
9. ESRI 6.87% (3 800+)
10. Microsoft 3.10% (150 000)Pas moins que propriétaire !
Plus réactif à la correction
Peer review → qualité
Contributeurs désintéressés
Nos entreprises IT existent grâce à l’Open Source
(de manière directe ou indirecte)
@like_gudim
.com/lectra-tech/koson
val obj = obj {
"key" to 3.4
"anotherKey" to arr["test", "test2", 1, 2.433, true]
"nullValue" to null
"emptyObject" to obj { }
"emptyArray" to arr
"custom" to Date()
}
println(obj)
{"key":3.4,"anotherKey":["test","test2",1,2.433,true] ... }println(obj.pretty())
{
"key": 3.4,
"anotherKey": [
"test",
"test2",
1,
2.433,
true
],
"nullValue": null,
"emptyObject": { },
"emptyArray": [ ],
"custom": "Tue Dec 11 13:14:14 CET 2018"
}koson-1.0.4.jar
27 Ko, Ø dépendance (runtime Kotlin)
=