Language-LispPerl

 view release on metacpan or  search on metacpan

APIs.md  view on Meta::CPAN


##### Vectors :

	[foo bar]

##### Maps :

	{:key1 value1 :key2 value2 "key3" value3}


#### Macro charaters

##### Quote (') :

	'(foo bar)

##### Comment (;) :

	; comment

##### Dispatch (#) :

README.md  view on Meta::CPAN

           (foo bar)

    * Vectors :

           [foo bar]

    * Maps :

           {:key1 value1 :key2 value2 "key3" value3}

#### Macro charaters

    * Quote ('). :

           '(foo bar)

    * Comment (;) :

           ; comment

    *  Dispatch (#) :

lib/Language/LispPerl.pm  view on Meta::CPAN


 * Vectors :

	[foo bar]

 * Maps :

	{:key1 value1 :key2 value2 "key3" value3}


=head4 Macro charaters

 * Quote ('). :

	'(foo bar)

 * Comment (;) :

	; comment

 *  Dispatch (#) :



( run in 0.274 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )