Lisp::Fmt - Perl module for Common Lisp like formatting
The Common Lisp "format" function provides an extremely rich set of formatting directives. This module brings this to Perl. The formatting directives all begin with a "~" and take the form: "~[N]{,N}[@][:]X" where "N" is a number, "X" is a formatting...
JAW/Lisp-Fmt-0.01 - 08 Aug 2006 01:33:44 UTC - Search in distribution
Emacs::Lisp - Support for writing Emacs extensions in Perl
Emacs allows you to customize your environment using Lisp. With EPL, you can use Perl, too. This module allows Perl code to call functions and access variables of Lisp. You still need to learn some Lisp in order to understand *The Elisp Manual*, whic...
JTOBEY/Emacs-EPL-0.7 - 13 Feb 2001 05:42:49 UTC - Search in distribution- Emacs::EPL - Protocol implementation and data conversions for Emacs Perl
- Emacs - Redefine Perl's system primitives to work inside of Emacs
- Emacs::EPL - Demand-loaded protocol debugging support
Language::Lisp - Perl extension for connecting to existing common lisp implementation
Given Lisp implementation, this module provides a connection to Perl, much like Tcl module, at C level. The way the connection works is very different, however. Lisp should be executed first, then it looks for the Perl's shared library, and then uses...
VKON/Language-Lisp-0.20 - 08 May 2007 21:45:10 UTC - Search in distribution
Language::Lisp::ECLs - Perl extension for ECL lisp
Language::Lisp::ECLs is a bit easier to use than Language::Lisp because of embeddable nature of ECLs. Language::Lisp uses different approach because they are other way down: Lisp calls Perl and not vice versa. new() The "new" method used to create "L...
VKON/Language-Lisp-ECLs-0.27 - 14 Jun 2008 21:24:47 UTC - Search in distribution
Language::LispPerl - A lisp in pure Perl with perl bindings.
Language::LispPerl is a pure Perl lisp interpreter. It is a fork of CljPerl that focuses on making embedding lisp code in your Perl written software straightforward....
JETEVE/Language-LispPerl-0.007 - 11 Apr 2017 16:15:52 UTC - Search in distribution- Language::LispPerl::Var - A variable with a name (ro) and a value (rw)
- Language::LispPerl::BuiltIns - Default builtin functions collection
- Language::LispPerl::CoreBindings - Perl functions binded from core.clp or file.clp
- 7 more results from Language-LispPerl »
Data::Dumper::LispLike - Dump perl data structures formatted as Lisp-like S-expressions
TEAK/Data-Dumper-LispLike-0.004
-
06 Jan 2013 22:36:05 UTC
-
Search in distribution
lib/Repl/Cmd/LispCmd.pm
BRANSCHA/Repl-Loop-1.00
-
21 May 2010 22:18:59 UTC
-
Search in distribution
- Repl::Loop - A command interpreter for applications.
Syntax::Highlight::Engine::Kate::Common_Lisp - a Plugin for Common Lisp syntax highlighting
Syntax::Highlight::Engine::Kate::Common_Lisp is a plugin module that provides syntax highlighting for Common Lisp to the Syntax::Haghlight::Engine::Kate highlighting engine. This code is generated from the syntax definition files used by the Kate pro...
MANWAR/Syntax-Highlight-Engine-Kate-0.14 - 13 Jan 2018 21:00:27 UTC - Search in distribution- Syntax::Highlight::Engine::Kate - a port to Perl of the syntax highlight engine of the Kate text editor.
ShellExt/QueryInfo/ELisp.pm
JBNIVOIT/Win32-ShellExt-0.1
-
31 May 2002 12:32:56 UTC
-
Search in distribution
CljPerl - A lisp on perl.
CljPerl is a lisp implemented by Perl. It borrows the idea from Clojure, which makes a seamless connection with Java packages. Like Java, Perl has huge number of CPAN packages. They are amazing resources. We should make use of them as possible. Howev...
WEHU/CljPerl-0.10 - 10 May 2013 09:36:59 UTC - Search in distribution
ecl - Perl extension for ECL lisp
ecl is a bit easier to use than Language::Lisp because of embeddable nature of ECL lisp. Language::Lisp uses different approach because they are other way down: Lisp calls Perl and not vice versa. new() The "new" method used to create "ecl" object wh...
VKON/ecl-0.62 - 18 Mar 2016 20:20:20 UTC - Search in distribution
Worlogog::Restart - Lisp-style dynamic restarts
This module provides dynamic restarts similar to those found in Common Lisp. A restart is a bit like an exception handler or a dynamically scoped function. It can be invoked (by name) from any subroutine call depth as long as the restart is active. F...
MAUKE/Worlogog-Restart-0.03 - 29 Nov 2014 14:25:28 UTC - Search in distribution
Macrame - filter-time recursive macro framework providing the feature preventing Perl from being "a Lisp."
tokenizing at this version we ignore all whitespace in input and place whitespace in output only between barewords. Lexical blocks are treated as single tokens for signature matching purposes, as are expressions that indicate variables, such as %foo:...
DAVIDNICO/Macrame-0.13 - 03 Feb 2017 01:21:53 UTC - Search in distribution
Protect::Unwind - Safe cleanup blocks, Common Lisp style
This module is just syntactic sugar around Guard. It implements an interface like Common Lisp's unwind-protect <http://www.lispworks.com/documentation/HyperSpec/Body/s_unwind.htm>. It only exists so that hopefully lisp programmers new to perl will fi...
FRACTAL/Protect-Unwind-0.300 - 13 Oct 2012 06:01:55 UTC - Search in distribution
Worlogog::Incident - Lisp-style resumable exceptions (conditions)
This module provides resumable exceptions ("conditions") similar to those found in Common Lisp. A condition is a bit like an exception where the exception handler can decide to do other things than unwind the call stack and transfer control to itself...
MAUKE/Worlogog-Incident-0.02 - 10 Nov 2014 22:17:04 UTC - Search in distribution
PDLdb.pl - the perl debugger with PDL support
"PDLdb.pl" is an enhanced version of the perl debugger which supports PDL::NiceSlice constructs. Set the PERL5DB environment variable as shown above and it will be loaded automatically by Perl when you invoke a script with "perl -d". This documentati...
ETJ/PDL-2.074 - 08 Feb 2022 06:26:41 UTC - Search in distribution- PDL::Ops - Fundamental mathematical operators
- PDL::Internals - description of some aspects of the current internals
perl5db.pl - the perl debugger
"perl5db.pl" is the perl debugger. It is loaded automatically by Perl when you invoke a script with "perl -d". This documentation tries to outline the structure and services provided by "perl5db.pl", and to describe how you can use them....
XSAWYERX/perl-5.32.0 - 20 Jun 2020 20:38:54 UTC - Search in distribution- perl5db.pl - the perl debugger
- perl5db.pl - the perl debugger
- perlsyn - Perl syntax
- 11 more results from perl »
fp - a library for programming in a functional style
This module is an experiment in functional programming in perl. It uses nothing but a combination of; subroutines, the @_ array and a few built in operators to implement a style of functional programming. None of the code above is all that interestin...
STEVAN/fp-0.03 - 28 Sep 2005 22:27:52 UTC - Search in distribution- fp::functionals - a library for programming with functions