Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Filterscript

< >

Filterscript is a programming language created in 2012.

#4033on PLDB 12Years Old 0Repos

A subset of RenderScript


Example from the web:
#pragma version(1) #pragma rs java_package_name(foo) int __attribute__((kernel)) root(uint32_t ain) { return 0; } void __attribute__((kernel)) in_only(uint32_t ain) { } int __attribute__((kernel)) out_only() { return 0; } int __attribute__((kernel)) everything(uint32_t ain, uint32_t x, uint32_t y) { return 0; }
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll