Jerome Simeon
Jerome Simeon
> Pull request submitted. I've implemented /draft and /parse. If anyone wants to have a crack at the other commands (e.g. /invoke) then go for it. Thanks! I've merged it....
@martinhalford Can we consider this issue closed, or is there more work to do on the Cicero server API?
This is a majorly different type system (i.e., switching from ADT-style to ensemblist). This will notably make a strongly typed language like Ergo on top of Concerto close to impossible...
With the source example in mind: ``` enum IntOrString { o Integer int o String string } concept A { o IntOrString value } ```
hi @Rishabhraghwendra18 welcome. This is very much on-going. I don't think we have decided we should do this.
Sorry I missed this @kishiiv That would be great if you are still up for it! I would love to get feedback from @dselman or @mttrbrts on this. In the...
Technical note on this: We probably want to make sure that whatever type we pick plays well with Jackson https://github.com/FasterXML/jackson We want to make sure that concerto object in JSON...
> How hard would it be to make the Ergo JSON deserialisation model aware -- looking up the field type in the model when we hit anything ambiguous (double vs...
Also: other backends than JavaScript will not have the luxury to do that so we don't want to make that an assumption of the compiler.