@@ -109,7 +109,7 @@ int main()
109
109
{% endhighlight %}
110
110
</section >
111
111
112
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "C#"} ' >
112
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "C#", "Type System": ["Static", "Dynamic"] } ' >
113
113
C#
114
114
--
115
115
@@ -126,7 +126,7 @@ class HelloWorld
126
126
{% endhighlight %}
127
127
</section >
128
128
129
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Clojure", "VM": "JVM"} ' >
129
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Clojure", "Type System": ["Dynamic", "Semi-Strong"], " VM": "JVM"} ' >
130
130
Clojure
131
131
-------
132
132
@@ -154,7 +154,7 @@ ColdFusion
154
154
{% endhighlight %}
155
155
</section >
156
156
157
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Common Lisp"} ' >
157
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Common Lisp", "Type System": "Dynamic" } ' >
158
158
Common Lisp
159
159
-----------
160
160
176
176
177
177
</section >
178
178
179
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Cython"} ' >
179
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Cython", "Type System": ["Dynamic", "Semi-Strong"] } ' >
180
180
Cython
181
181
------
182
182
@@ -267,7 +267,16 @@ Fancy
267
267
{% endhighlight %}
268
268
</section >
269
269
270
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Fortran"} ' >
270
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "F#", "Type System": "Static"} ' >
271
+ F#
272
+ --
273
+
274
+ {% highlight fsharp %}
275
+ print_endline "Hello, World!"
276
+ {% endhighlight %}
277
+ </section >
278
+
279
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Fortran", "Type System": "Static"} ' >
271
280
Fortran
272
281
-------
273
282
278
287
{% endhighlight %}
279
288
</section >
280
289
281
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "F#"} ' >
282
- F#
283
- --
284
-
285
- {% highlight fsharp %}
286
- print_endline "Hello, World!"
287
- {% endhighlight %}
288
- </section >
289
-
290
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Groovy", "VM": "JVM"} ' >
290
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Groovy", "Type System": "Dynamic", "VM": "JVM"} ' >
291
291
Groovy
292
292
------
293
293
@@ -296,7 +296,7 @@ println "Hello, World"
296
296
{% endhighlight %}
297
297
</section >
298
298
299
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Haskell"} ' >
299
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Haskell", "Type System": "Static" } ' >
300
300
Haskell
301
301
-------
302
302
@@ -329,7 +329,7 @@ public class HelloWorld {
329
329
{% endhighlight %}
330
330
</section >
331
331
332
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "JavaScript"} ' >
332
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "JavaScript", "Type System": "Dynamic" } ' >
333
333
JavaScript
334
334
----------
335
335
@@ -338,15 +338,6 @@ document.write('Hello, World!');
338
338
{% endhighlight %}
339
339
</section >
340
340
341
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "JRuby", "Type System": "Dynamic", "VM": "JVM"} ' >
342
- JRuby
343
- -----
344
-
345
- {% highlight ruby %}
346
- puts "Hello, World!"
347
- {% endhighlight %}
348
- </section >
349
-
350
341
<section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Logtalk"} ' >
351
342
Logtalk
352
343
-------
@@ -356,7 +347,7 @@ Logtalk
356
347
{% endhighlight %}
357
348
</section >
358
349
359
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Lua"} ' >
350
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Lua", "Type System": "Dynamic" } ' >
360
351
Lua
361
352
---
362
353
@@ -365,7 +356,7 @@ print "Hello, World!"
365
356
{% endhighlight %}
366
357
</section >
367
358
368
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Matlab"} ' >
359
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Matlab", "Type System": "Dynamic" } ' >
369
360
Matlab
370
361
------
371
362
@@ -457,7 +448,7 @@ echo("Hello, World!")
457
448
{% endhighlight %}
458
449
</section >
459
450
460
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Objective-C"} ' >
451
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Objective-C", "Type System": "Static" } ' >
461
452
Objective-C
462
453
-----------
463
454
@@ -481,7 +472,7 @@ document.write("Hello, World!");
481
472
{% endhighlight %}
482
473
</section >
483
474
484
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Octave"} ' >
475
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Octave", "Type System": "Dynamic" } ' >
485
476
Octave
486
477
------
487
478
@@ -490,7 +481,7 @@ printf("Hello, World!\n");
490
481
{% endhighlight %}
491
482
</section >
492
483
493
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "OCaml"} ' >
484
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "OCaml", "Type System": "Static" } ' >
494
485
OCaml
495
486
-----
496
487
@@ -499,7 +490,7 @@ print_string "Hello, World!\n"
499
490
{% endhighlight %}
500
491
</section >
501
492
502
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Perl", "Type System": " Dynamic"} ' >
493
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Perl", "Type System": ["Semi-Static", " Dynamic"] } ' >
503
494
Perl
504
495
----
505
496
@@ -508,7 +499,7 @@ print "Hello, World!\n";
508
499
{% endhighlight %}
509
500
</section >
510
501
511
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "PHP"} ' >
502
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "PHP", "Type System": "Dynamic" } ' >
512
503
PHP
513
504
---
514
505
@@ -556,7 +547,7 @@ Write-Host 'Hello, World!`n'
556
547
{% endhighlight %}
557
548
</section >
558
549
559
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Prolog"} ' >
550
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Prolog", "Type System": "Dynamic" } ' >
560
551
Prolog
561
552
------
562
553
@@ -574,9 +565,9 @@ print "Hello, World!"
574
565
{% endhighlight %}
575
566
</section >
576
567
577
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "R"} ' >
578
- R
579
- -
568
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": [ "R", "S", "S-Plus"] } ' >
569
+ R and S and S-Plus
570
+ ------------------
580
571
581
572
{% highlight r %}
582
573
cat("Hello, World!\n")
@@ -611,32 +602,23 @@ hello dat 72, 101 ; He
611
602
{% endhighlight %}
612
603
</section >
613
604
614
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Reia", "VM": "Erlang"} ' >
605
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Reia", "Type System": "Dynamic", " VM": "Erlang"} ' >
615
606
Reia
616
607
----
617
608
618
609
"Hello, World!".puts()
619
610
</section >
620
611
621
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Ruby", "Type System": "Dynamic"} ' >
622
- Ruby
623
- ----
612
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": [ "Ruby", "JRuby"], " Type System": "Dynamic", "VM": "JVM "} ' >
613
+ Ruby and JRuby
614
+ --------------
624
615
625
616
{% highlight ruby %}
626
617
puts "Hello, World!"
627
618
{% endhighlight %}
628
619
</section >
629
620
630
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "S-Plus"} ' >
631
- S-Plus
632
- ------
633
-
634
- {% highlight s %}
635
- cat("Hello, World!\n")
636
- {% endhighlight %}
637
- </section >
638
-
639
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Scala", "VM": "JVM"} ' >
621
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Scala", "Type System": "Static", "VM": "JVM"} ' >
640
622
Scala
641
623
-----
642
624
@@ -667,7 +649,7 @@ Scilab
667
649
{% endhighlight %}
668
650
</section >
669
651
670
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Smalltalk"} ' >
652
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Smalltalk", "Type System": "Dynamic" } ' >
671
653
Smalltalk
672
654
---------
673
655
688
670
{% endhighlight %}
689
671
</section >
690
672
691
- <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Tcl", "Type System": " Weak"} ' >
673
+ <section class =" tutorial " markdown =" 1 " data-facets =' {"Language": "Tcl", "Type System": ["Dynamic", " Weak"] } ' >
692
674
Tcl
693
675
---
694
676
0 commit comments