_______________________________________________I've been hoping for namespaces and imports in ChucK for a long timeThe workaround as JP mentions is to Machine.add all the ChucK files you might need. LiCK contains a rather long onemichaelOn Aug 24, 2019, at 6:00 PM, JP Yepez <jpyepezimc@gmail.com> wrote:Hi Claudio,_______________________________________________That sounds like a job for classes in ChucK. If you’re familiar with object oriented programming, you’ll find that it handles this type of scenarios pretty well. Depending on how you are setting up your project, you should be able to simply add the class to the virtual machine (+), or using Machine.add().The following link should be helpful:Best,JPOn 25/08/2019, at 9:22 AM, Claudio Rogerio <claudioufpa@gmail.com> wrote:_______________________________________________Hello,I'd like to create some files with simple functions and call them in a Main.ck file.I try with Machine.add or spork, but these properties are a different way.There is any function as in C (#include ) or python (import file)?Thanks Again,
--
Claudio Rogerio
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
chuck-users mailing list
chuck-users@lists.cs.princeton.edu
https://lists.cs.princeton.edu/mailman/listinfo/chuck-users