Re: [GSoC 2021 project summary] PL/Julia

2021-08-24 Thread Fabrízio de Royes Mello
On Tue, Aug 24, 2021 at 5:26 AM Konstantina Skovola wrote: > > Hello hackers, > > Here is a summary of what was implemented over the summer in PL/Julia: > > 1. Added support for more datatypes as input and output: > NULL, boolean, numeric types, composite types, arrays of base types can now be pas

Re: [GSoC 2021 project summary] PL/Julia

2021-08-24 Thread Dave Cramer
Hi Konstantina, Very cool! I was actually looking at doing this as we also have PL/R. Dave Cramer On Tue, 24 Aug 2021 at 04:26, Konstantina Skovola wrote: > Hello hackers, > > Here is a summary of what was implemented over the summer in PL/Julia: > > 1. Added support for more datatypes as i

[GSoC 2021 project summary] PL/Julia

2021-08-24 Thread Konstantina Skovola
Hello hackers, Here is a summary of what was implemented over the summer in PL/Julia: 1. Added support for more datatypes as input and output: NULL, boolean, numeric types, composite types, arrays of base types can now be passed as input arguments to PL/Julia functions. Users can also return the