;;; Alef Lazily Evaluates Functions ;;; (C) 2008-2009 Dr. Gergo ERDI (in-package :alef) (defconstant +csharp-ns+ "Alef") (defun csharp-name (sym) (typecase sym (cons (format nil "(~{~A~^:~})" (mapcar #'csharp-name sym))) (symbol (case sym (+/int "PlusInt") (-/int "MinusInt") (*/int "MulInt") (//int "DivInt") (