Script Library: 950 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Scripts owned by ladislav

Scripts: 6

Member name:
Apply
apply.r6.1 KB
7 May 2009
APPLY function definition
author: Ladislav Mecir
Closure
closure.r1.9 KB
14 May 2009
CLOSURE is suggested instead of FUNC when you need functions exhibiting async behaviour, e.g. for: - View - Async Ports - Higher Order Functions Closures differ from normal Rebol functions by using a fresh context every time they are called. Rule of thumb: if your function is returning a new function, block, or a local word, you will be safe if [...]
author: Ladislav Mecir
Contexts
contexts.r10.5 KB
8 Jun 2009
REBOL code from contexts.html article
author: Ladislav Mecir
Identity.r
identity.r16.3 KB
4 Jul 2009
functions from the http://www.rebol.net/wiki/Identity article
author: Ladislav Mecir
Check if subset
oneliner-subset.rv:1.0.0
738 bytes
19 Mar 2004
Tells you if set1 is a subset of set2. Works for both series! and bitset! values.
author: gregg irwin
Other owners: greggirwin
printf and sprintf implementation
printf.rv:1.0.1
2.8 KB
6 Jun 2006
Wrapper for the printf and sprintf C routines
author: jaime vargas
Other owners: jaime