CljPerl

 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 (#) :

lib/CljPerl.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.543 second using v1.01-cache-2.11-cpan-49f99fa48dc )