Hi, Since vim is my favourite editor since years I want to use chuck with vim. I tried miniAudicle but I get no sound for whatever reason. I googled for 'chuck vim' and found several different matches...but what to choose and what is recomended? Thank you very much in advance for any help and hint! Best regards, Meino
Hi Meino, I use vim too. For syntax I use: http://www.vim.org/scripts/script.php?script_id=1880 For shred management I don't use Vim but internal keyboard handler in Chuck: examples/hid/kb.ck associated with Machine.add(), Machine.remove() and Machine.replace() It is simple to use, and this way you can do what you want. Julien On 28/05/2015 07:17, Meino.Cramer@gmx.de wrote:
Hi,
Since vim is my favourite editor since years I want to use chuck with vim. I tried miniAudicle but I get no sound for whatever reason.
I googled for 'chuck vim' and found several different matches...but what to choose and what is recomended?
Thank you very much in advance for any help and hint! Best regards, Meino
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Julien Saint-Martin
Hi Meino,
I use vim too. For syntax I use: http://www.vim.org/scripts/script.php?script_id=1880
For shred management I don't use Vim but internal keyboard handler in Chuck: examples/hid/kb.ck associated with Machine.add(), Machine.remove() and Machine.replace()
It is simple to use, and this way you can do what you want.
Julien
On 28/05/2015 07:17, Meino.Cramer@gmx.de wrote:
Hi,
Since vim is my favourite editor since years I want to use chuck with vim. I tried miniAudicle but I get no sound for whatever reason.
I googled for 'chuck vim' and found several different matches...but what to choose and what is recomended?
Thank you very much in advance for any help and hint! Best regards, Meino
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Hi Julien, THANKS A LOT for your help! :)) Since I am at the very beginning of ChucKing :) I do not completly understand your mail... What is a Shred/Shred anagement ? I only know "threads" and "shredder".... Where can I find informations about kb.ck/machine.add/machine.replace/Machine.remove? Thanks a lot in advance for any help! Best regards, Meino
Meino, I think you should start trying to learn ChucK by yourself: http://chuck.cs.princeton.edu/doc/learn/ On 28/05/2015 10:31, Meino.Cramer@gmx.de wrote:
Julien Saint-Martin
[15-05-28 10:12]: Hi Meino,
I use vim too. For syntax I use: http://www.vim.org/scripts/script.php?script_id=1880
For shred management I don't use Vim but internal keyboard handler in Chuck: examples/hid/kb.ck associated with Machine.add(), Machine.remove() and Machine.replace()
It is simple to use, and this way you can do what you want.
Julien
On 28/05/2015 07:17, Meino.Cramer@gmx.de wrote:
Hi,
Since vim is my favourite editor since years I want to use chuck with vim. I tried miniAudicle but I get no sound for whatever reason.
I googled for 'chuck vim' and found several different matches...but what to choose and what is recomended?
Thank you very much in advance for any help and hint! Best regards, Meino
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Hi Julien,
THANKS A LOT for your help! :))
Since I am at the very beginning of ChucKing :) I do not completly understand your mail...
What is a Shred/Shred anagement ? I only know "threads" and "shredder"....
Where can I find informations about kb.ck/machine.add/machine.replace/Machine.remove?
Thanks a lot in advance for any help! Best regards, Meino
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Ouups, the mail has gone by himself ;-) Meino, I think you should start trying to learn ChucK by yourself: http://chuck.cs.princeton.edu/doc/learn/ You will find information about all I say before (Shred, Machine...) and the documentation was written by ChucK developpers so they are better than my explanations ;-) Best Regards, Julien On 28/05/2015 13:48, Julien Saint-Martin wrote:
Meino,
I think you should start trying to learn ChucK by yourself: http://chuck.cs.princeton.edu/doc/learn/
On 28/05/2015 10:31, Meino.Cramer@gmx.de wrote:
Julien Saint-Martin
[15-05-28 10:12]: Hi Meino,
I use vim too. For syntax I use: http://www.vim.org/scripts/script.php?script_id=1880
For shred management I don't use Vim but internal keyboard handler in Chuck: examples/hid/kb.ck associated with Machine.add(), Machine.remove() and Machine.replace()
It is simple to use, and this way you can do what you want.
Julien
On 28/05/2015 07:17, Meino.Cramer@gmx.de wrote:
Hi,
Since vim is my favourite editor since years I want to use chuck with vim. I tried miniAudicle but I get no sound for whatever reason.
I googled for 'chuck vim' and found several different matches...but what to choose and what is recomended?
Thank you very much in advance for any help and hint! Best regards, Meino
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Hi Julien,
THANKS A LOT for your help! :))
Since I am at the very beginning of ChucKing :) I do not completly understand your mail...
What is a Shred/Shred anagement ? I only know "threads" and "shredder"....
Where can I find informations about kb.ck/machine.add/machine.replace/Machine.remove?
Thanks a lot in advance for any help! Best regards, Meino
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Hi Meino,
I use this repo in Pathogen: https://github.com/wilsaj/chuck.vim
It's broadly the same as the syntax files that Julien linked to, but more
pathogen-friendly.
I suspect that the root sources are the same in both cases.
Regards,
Ronan
On 28 May 2015 at 06:17,
Hi,
Since vim is my favourite editor since years I want to use chuck with vim. I tried miniAudicle but I get no sound for whatever reason.
I googled for 'chuck vim' and found several different matches...but what to choose and what is recomended?
Thank you very much in advance for any help and hint! Best regards, Meino
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- # r
participants (3)
-
Julien Saint-Martin
-
Meino.Cramer@gmx.de
-
Ronan Klyne