updates
This commit is contained in:
parent
de9b46afa3
commit
15adfb1278
3 changed files with 22 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#+title: Software Development
|
||||
|
||||
* Topics
|
||||
- [[id:b4f3d9e6-99b6-45d6-9b99-a0f5d87ce6a9][Programming Languages]]
|
||||
- [[id:75180562-f492-4501-9a44-0c361a32eabf][Cross-Site Request Forgery]]
|
||||
* Conferences
|
||||
- [[id:521281f0-c051-4ef0-87e1-7776ea9f836e][Strange Loop 2018]]
|
||||
|
|
7
20211008182136-programming_languages.org
Normal file
7
20211008182136-programming_languages.org
Normal file
|
@ -0,0 +1,7 @@
|
|||
:PROPERTIES:
|
||||
:ID: b4f3d9e6-99b6-45d6-9b99-a0f5d87ce6a9
|
||||
:END:
|
||||
#+title: Programming Languages
|
||||
|
||||
- [[id:17dfef04-df4b-430d-8bae-8539c1f14e40][OCaml]]
|
||||
- [[id:cda9c620-fec5-4549-b979-22fc06819d77][Python]]
|
14
20211008182221-ocaml.org
Normal file
14
20211008182221-ocaml.org
Normal file
|
@ -0,0 +1,14 @@
|
|||
:PROPERTIES:
|
||||
:ID: 17dfef04-df4b-430d-8bae-8539c1f14e40
|
||||
:END:
|
||||
#+title: OCaml
|
||||
|
||||
- Family :: ML
|
||||
- File extensions :: .ml
|
||||
|
||||
* Package managers
|
||||
- opam :: The main OCaml package manager
|
||||
* Build tools
|
||||
- dune :: Organize and compile projects
|
||||
* REPLs
|
||||
- utop :: Includes available completions
|
Loading…
Reference in a new issue