Software needed to be developed. #33
Replies: 4 comments 7 replies
-
Needed will be translators for |
Beta Was this translation helpful? Give feedback.
-
Nice to see that you converge to my proposal made during the first meeting (30.11.2024) :-) I fully agree that a tool/library should be provided with the standard, written in C (at least exposed through a C API), in order to spread its use. The parts I was proposing:
|
Beta Was this translation helpful? Give feedback.
-
The strategy we adopted in Xsuite was to have a basic object model in C (relatively simple with limited dynamic features, movable in memory, https://github.com/xsuite/xobjects) and leave the expressions for the host language/framework (in our case Python) to seamlessly meld with the goodies of the host ecosystem. |
Beta Was this translation helpful? Give feedback.
-
Here is my idea for what software will be needed with the lattice standard. The boxes in the figure are:
Note: The Translator could be interfaced to multiple Reader/Writers so that multiple languages can be handled at once. The structure that the Translator passes to the Interface layer will be language independent so that the interface layer does not
have to deal with what language is being used directly (other than telling the Translator what language to use).
Beta Was this translation helpful? Give feedback.
All reactions