Add Racket
This commit is contained in:
parent
5d6a94bb6a
commit
a0ed759233
1
TODO.md
1
TODO.md
|
@ -44,7 +44,6 @@
|
||||||
- Sybase PowerDesigner
|
- Sybase PowerDesigner
|
||||||
- SoapUI
|
- SoapUI
|
||||||
- Scilab
|
- Scilab
|
||||||
- Racket
|
|
||||||
- Standard ML of New Jersey
|
- Standard ML of New Jersey
|
||||||
- PyQt for Python
|
- PyQt for Python
|
||||||
- Oracle VM VirtualBox
|
- Oracle VM VirtualBox
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
- import_tasks: pelles-c.yml
|
- import_tasks: pelles-c.yml
|
||||||
- import_tasks: processing.yml
|
- import_tasks: processing.yml
|
||||||
- import_tasks: python.yml
|
- import_tasks: python.yml
|
||||||
|
- import_tasks: racket.yml
|
||||||
- import_tasks: rstudio.yml
|
- import_tasks: rstudio.yml
|
||||||
- import_tasks: swi-prolog.yml
|
- import_tasks: swi-prolog.yml
|
||||||
- import_tasks: thonny.yml
|
- import_tasks: thonny.yml
|
||||||
|
|
3
roles/classroom/tasks/racket.yml
Normal file
3
roles/classroom/tasks/racket.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
- name: Install Racket
|
||||||
|
win_chocolatey:
|
||||||
|
name: racket
|
Loading…
Reference in a new issue