Python adapter via callout for InterSystems Data Platforms.
- Load ObjectScript code from here.
- Place DLLs in
bin
folder.
do ##class(isc.py.Callout).Initialize()
write ##class(isc.py.Callout).SimpleString("x='ПРИВЕТ'","x")
write ##class(isc.py.Callout).SimpleString("x=repr('ПРИВЕТ')","x")
write ##class(isc.py.Callout).SimpleString("x=123","x")
write ##class(isc.py.Callout).Unload()
Development of ObjectScript is done via cache-tort-git in UDL mode. Development of C code is done in Eclipse.