weld icon indicating copy to clipboard operation
weld copied to clipboard

Redesign of WeldObject class

Open sppalkia opened this issue 6 years ago • 0 comments

The Weld Object class in Python is currently quite clunky, as it requires manually stitching together strings and splicing in types, etc. It can probably be made nicer by (a) using function decorators to mark certain functions as Weld enabled, (b) adding a programmatic API for building expressions and tracking dependencies, and (c) allowing each function to return a Weld function instead of an expression.

sppalkia avatar Sep 29 '19 13:09 sppalkia