You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we are making good progress with the implementation of the core types (refactorings might still occur), we can slowly start to think about how to formally specify the DATEX core values/types and update the outdated lists in the current spec draft.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Since we are making good progress with the implementation of the core types (refactorings might still occur), we can slowly start to think about how to formally specify the DATEX core values/types and update the outdated lists in the current spec draft.
Here's the list of core types as far as I am aware of... thoughts? anything that we need to add?
@jonasstrehle @janiejestemja @TeeB3utel
Primitives
"xyz text"
42
12.34
12m/s
null
true
,false
@example
https://unyt.org
Composites
[1,2,"xy"]
{x: "123", y: true}
(1,2,3,4,"lol")
(xy: 123, (100): 'number', (true): false)
Set (1,2,3,4,'xy')
function xy(a: integer) (...)
function xy(a: integer) (...)
run (...)
x << y
,Stream(...)
Special types
type(1|2)
Beta Was this translation helpful? Give feedback.
All reactions