So far, the Primus Lisp interpreter was requiring that all subroutines had to pass the control to the caller with an explicit jmp term. This was a fair requirement for the disassembled subroutines but is a nuisance for intrinsic subroutines. To make writing intrinsics easier, this requirement is lifted.
So far, the Primus Lisp interpreter was requiring that all subroutines had to pass the control to the caller with an explicit jmp term. This was a fair requirement for the disassembled subroutines but is a nuisance for intrinsic subroutines. To make writing intrinsics easier, this requirement is lifted.