Rapport d’analyse de l’enregistrement
- Un Printemps
- Je vous salue
- Les Chevaux de Marly
- A l‘audition, il s’avère que le niveau de la voix est très
| FROM archlinux/base:latest | |
| USER root | |
| RUN pacman --noconfirm -Suy | |
| RUN pacman --noconfirm -S base-devel git | |
| USER $NB_USER | |
| CMD bash |
gwion is a object-oriented programming language, aimed at making music
strongly inspired by chuck, but adding a bunch high-level features:
templates, first-class functions and more.
| #ifndef __GWION_ALL | |
| #include "gwion_util.h" | |
| #include "gwion_ast.h" | |
| #include "oo.h" | |
| #include "arg.h" | |
| #include "constant.h" | |
| #include "nspc.h" | |
| #include "env.h" | |
| #include "vm.h" | |
| #include "context.h" |
| #include "swigmod.h" | |
| static const char *usage = "\ | |
| Gwion Options (available with -gwion)\n\ | |
| [no additional options]\n\ | |
| \n"; | |
| class GWION : public Language { | |
| enum Wrap_mode { | |
| NO_CPP, |
| set nocompatible | |
| set mouse=a | |
| filetype plugin indent on | |
| set foldenable | |
| set foldmethod=marker | |
| au FileType sh let g:sh_fold_enabled=5 |
Gwion is a musical programming language, similar to chuck.
It also provides high-level features, like templating and function pointers.
The main difference being an emphasis on performance.
This page is just a quick overview of the language.
Since block bock comments are a bad idea, only lines comments are enabled.
// this is a one line commentHere is a list, in no particular order, links are the first result on duckduckgo: