Skip to content

intersystems-community/PythonGateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonAdapter

Python adapter via callout for InterSystems Data Platforms.

Installation

  1. Load ObjectScript code from here.
  2. Place DLLs in bin folder.

Use

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

Development of ObjectScript is done via cache-tort-git in UDL mode. Development of C code is done in Eclipse.