docs.lfe.io docs.lfe.io

docs.lfe.io

Lisp Flavored Erlang

LFE project maintained by Robert Virding. Hosted on GitHub @ rvirding/lfe. LFE docs maintained by Duncan McGreggor. Hosted on GitHub @ lfe/docs. Learn You Some Erlang. Below are links to the LFE man pages (plain text) maintained in the LFE repository:. Available as a Gitbook here. Internal Library used by LFE. Building Abstractions with Functions. Building Abstractions with Data [IN PROGRESS]. Chapter 3 - Modularity, Objects, and State. Chapter 4 - Metalinguistic Abstraction. Casting SPELs in Lisp.

http://docs.lfe.io/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR DOCS.LFE.IO

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

January

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.2 out of 5 with 5 reviews
5 star
1
4 star
1
3 star
2
2 star
0
1 star
1

Hey there! Start your review of docs.lfe.io

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.2 seconds

CONTACTS AT DOCS.LFE.IO

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Lisp Flavored Erlang | docs.lfe.io Reviews
<META>
DESCRIPTION
LFE project maintained by Robert Virding. Hosted on GitHub @ rvirding/lfe. LFE docs maintained by Duncan McGreggor. Hosted on GitHub @ lfe/docs. Learn You Some Erlang. Below are links to the LFE man pages (plain text) maintained in the LFE repository:. Available as a Gitbook here. Internal Library used by LFE. Building Abstractions with Functions. Building Abstractions with Data [IN PROGRESS]. Chapter 3 - Modularity, Objects, and State. Chapter 4 - Metalinguistic Abstraction. Casting SPELs in Lisp.
<META>
KEYWORDS
1 lfe on github
2 download
3 community
4 quick start
5 main site
6 lisp flavored erlang
7 lfe documentation
8 erlang resources
9 erlang/otp docs
10 classic docs
CONTENT
Page content here
KEYWORDS ON
PAGE
lfe on github,download,community,quick start,main site,lisp flavored erlang,lfe documentation,erlang resources,erlang/otp docs,classic docs,user guide,lfescript,lfe shell,i/o functions,macro expander,compiler,common binary functions,dynamic code generator
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Lisp Flavored Erlang | docs.lfe.io Reviews

https://docs.lfe.io

LFE project maintained by Robert Virding. Hosted on GitHub @ rvirding/lfe. LFE docs maintained by Duncan McGreggor. Hosted on GitHub @ lfe/docs. Learn You Some Erlang. Below are links to the LFE man pages (plain text) maintained in the LFE repository:. Available as a Gitbook here. Internal Library used by LFE. Building Abstractions with Functions. Building Abstractions with Data [IN PROGRESS]. Chapter 3 - Modularity, Objects, and State. Chapter 4 - Metalinguistic Abstraction. Casting SPELs in Lisp.

INTERNAL PAGES

docs.lfe.io docs.lfe.io
1

Lisp Flavored Erlang

http://docs.lfe.io/tutorials/mnesia/1.html

This tutorial is adapted (massively copied) from the Mnesia Book. On the Erlang docs site. Mnesia is a distributed Database Management System, appropriate for telecommunications applications and other Erlang applications which require continuous operation and soft real-time properties. Mnesia is designed with requirements like the following in mind:. Fast real-time key/value lookup. Complicated non real-time queries mainly for operation and maintenance. Distributed data due to distributed applications.

2

Lisp Flavored Erlang

http://docs.lfe.io/style-guide/1.html

11 Motivation and Purpose. LFE has, since its inception in 2008, become increasinly popular in the Erlang and Lisp communities. Contributions to the source code, examples, third-party libraries, and LFE-based applications have steadily risen and are currently undergoing a sharp increase. As such, our community now has the need for resources we can provide for new-comers both to assist in their LFE literacy as well as make contributions easier to write and then get approved for merge. The recent versions ...

3

Lisp Flavored Erlang

http://docs.lfe.io/tutorials/otp-servers/1.html

4

Lisp Flavored Erlang

http://docs.lfe.io/tutorials/processes/1.html

Due to its Erlang foundation, an LFE program is composed of anywhere from 1 to hundreds of thousands of lightweight processes. In fact, a 2005 message. To comp.lang.functional. Reported spawning 20 million messages in a ring benchmark (on a 1.5 GHz SPARC with 16 GB RAM). This tutorial aims to decrease the mystery around Erlang processes and how to use them in LFE programs. 1 Interacting with Processes. Let’s get the REPL’s process id and then send messages to the REPL using the PID:. Testing: 1, 2, 3!

5

Lisp Flavored Erlang

http://docs.lfe.io/tutorials/tdd/1.html

Creating an API and Writing Tests. Cleaning Up After Tests. This tutorial is adapted (massively copied) from Thomas Hervé’s tutorial, Test-driven development with Twisted. 13 About This Tutorial.

UPGRADE TO PREMIUM TO VIEW 7 MORE

TOTAL PAGES IN THIS WEBSITE

12

LINKS TO THIS WEBSITE

blog.lfe.io blog.lfe.io

LFE Blog - LFE Friday - c:m/1

http://blog.lfe.io/tutorials/2015/08/10/0123-lfe-friday---cm1

LFE Friday - c:m/1. This week's LFE Friday was translated with permission from the Erlang Thursday. Series by Steven Proctor. LFE Friday continues to take a look at the. Takes an atom of a module name, and returns information about the module. It prints out information about the compilation date, time, and options; the object (BEAM) file that it was loaded from, and a list of functions exported by the module. We'll start with taking a look at the. Warnings as errors,debug info]. From core,no bopt]. Funct...

blog.lfe.io blog.lfe.io

LFE Blog - Lisp Machine Flavors for LFE

http://blog.lfe.io/tutorials/2015/07/18/0230-lisp-machine-flavors-for-lfe

Lisp Machine Flavors for LFE. Long, long ago I did an implementation of MIT Lisp Machine Flavors for Portable Standard Lisp. This was a very interesting project but it is now all lost in antiquity. When I mentioned to Duncan that I had done this he asked why not do it for LFE? After thinking it over I decided that this was definitely worth doing for many reasons:. It was in itself a very interesting and powerful example of an OO system with many, many features. It would definitely be a fun project. One v...

blog.lfe.io blog.lfe.io

LFE Blog - LFE Friday - ordsets:subtract/2

http://blog.lfe.io/tutorials/2015/07/17/0213-lfe-friday---ordsetssubtract2

LFE Friday - ordsets:subtract/2. This week's LFE Friday was translated with permission from the Erlang Thursday. Series by Steven Proctor. Today's LFE Friday comes from a sunny Gotland and is on ordsets:subtract/2. Takes two ordered sets as its arguments, and returns a ordered set containing the items of the first ordered set that are not in the second ordered set. Is not commutative, unlike. LFE Design and Content.

blog.lfe.io blog.lfe.io

LFE Blog - Tags

http://blog.lfe.io/tags.html

Lfe in the wild 1. The LFE Blog Has a New Face. LFE Microblog is Open for Business . Update: Running an LFE YAWS app in Docker. The LFE Blog Has a New Face. Running LFE in Docker. Usability Update: IErlang Notebook (a la IPython). LFE Microblog is Open for Business . The LFE Blog Has a New Face. SICP: the LFE Edition - Update. LFE User Group Meeting: Update. LFE Microblog is Open for Business . LFE Microblog is Open for Business . SICP: the LFE Edition - Update. Easy Python from LFE/Erlang. LFE Friday - ...

blog.lfe.io blog.lfe.io

LFE Blog - Archive

http://blog.lfe.io/archive.html

April 27, 2016. Raquo; Tracing LFE Functions. March 25, 2016. Raquo; LFE and rebar3. March 5, 2016. Raquo; Coming in LFE v1.0: exporting macros. March 3, 2016. Raquo; Coming in LFE v1.0: multi-module files. January 31, 2016. Raquo; LFE Friday - ETS selects, continuations and inserts. January 23, 2016. Raquo; LFE Friday - Using ETS select with a limit. January 18, 2016. Raquo; LFE Friday - ETS, match specs and functions. January 10, 2016. Raquo; LFE Friday - More ETS data matching (and querying). October ...

blog.lfe.io blog.lfe.io

LFE Blog - LFE Friday - c:xm/1

http://blog.lfe.io/tutorials/2015/08/02/0212-lfe-friday---cxm1

LFE Friday - c:xm/1. This week's LFE Friday was translated with permission from the Erlang Thursday. Series by Steven Proctor. Today's LFE Friday takes a turn down a slightly different route and takes a look in the. Takes either an atom, representing the name of a module, or a string, representing a filename, and inspects that module for unused and undefined functions, as well as calls to deprecated functions. First let's take a look at the. Module, and see if there is anything in there that is deprecated.

blog.lfe.io blog.lfe.io

LFE Blog - LFE Friday - c:regs/0

http://blog.lfe.io/tutorials/2015/08/15/0226-lfe-friday---cregs0

LFE Friday - c:regs/0. This week's LFE Friday was translated with permission from the Erlang Thursday. Series by Steven Proctor. Today's LFE Friday continues looking at the. Module, and looks at c:regs/0. Displays information about the registered processes on the current node, such as process name, process id, the number of reductions. Performed, and more. While this is not quite as nice as what is provided by the. Module also contains a function. Foo@127.0.0.1. Foo@127.0.0.1. Foo@127.0.0.1.

blog.lfe.io blog.lfe.io

LFE Blog - Authors

http://blog.lfe.io/authors.html

March 5, 2016. Raquo; Coming in LFE v1.0: exporting macros. March 3, 2016. Raquo; Coming in LFE v1.0: multi-module files. January 31, 2016. Raquo; LFE Friday - ETS selects, continuations and inserts. January 23, 2016. Raquo; LFE Friday - Using ETS select with a limit. January 18, 2016. Raquo; LFE Friday - ETS, match specs and functions. January 10, 2016. Raquo; LFE Friday - More ETS data matching (and querying). January 3, 2016. Raquo; LFE Friday - ETS data matching. December 25, 2015. December 22, 2015.

UPGRADE TO PREMIUM TO VIEW 8 MORE

TOTAL LINKS TO THIS WEBSITE

16

OTHER SITES

docs.lerlin.com docs.lerlin.com

Mediamaisteri Group - Moodle -ohjeet - Etusivu

Mediamaisteri Group Oy on avannut syksyllä 2012 uuden asiakasportaalin/ohjesivuston tässä osoitteessa. Alkuvaiheessa julkaistaan Moodlen 2-versioon liittyviä ohjeita sekä linkkejä muille ohjesivustoille. Myöhemmin tulossa myös muuta sisältöä ja ohjeita. Täydennämme portaaliin koko ajan uutta materiaalia aina tarpeen mukaan. Sivustolta löydät muun muassa seuraavia linkkejä: Yleistä Moodlesta.

docs.letsbuylocal.com docs.letsbuylocal.com

Pages - Let's Buy Local - API Documentation - Let's Buy Local - API Documentation

Skip to header menu. Skip to action menu. Skip to quick search. Lets Buy Local - API Documentation. Lets Buy Local - API Documentation. Jun 24, 2014 •. How to Delete Alerts from Our Inbox. Jun 23, 2014 •. How to Edit Your User Profile. Jun 23, 2014 •. How to Update Your Store Profile. Jun 23, 2014 •. Jun 20, 2014 •. Updated by Document Admin. How to Delete Alerts from Our Inbox. Jun 20, 2014 •. Updated by Document Admin. How to Re-Order Rewards. Jun 19, 2014 •. Updated by Document Admin. Get Device by ID.

docs.levelkro.net docs.levelkro.net

Bienvenue - Hébergement de documents gratuitement

Version 0.8 Pre-Final. Service d'hébergement de documents gratuit. Ce service est offert gratuitement pour vous permettre d'envoyer rapidement et simple des documents à une ou des personnes. Ces documents seront disponibles temporairement et gratuitement. Pour commencer , il suffit que d'un compte Facebook. Tous droits réservés 2011-2015 levelKro.net.

docs.leximation.com docs.leximation.com

Leximation: Online Documentation

docs.lexsys.net docs.lexsys.net

Aplicaciones Lexsys

Editor de Contenidos (Código nacional). Editor de Contenidos (Código nacional). Editor de Contenidos (Código nacional).

docs.lfe.io docs.lfe.io

Lisp Flavored Erlang

LFE project maintained by Robert Virding. Hosted on GitHub @ rvirding/lfe. LFE docs maintained by Duncan McGreggor. Hosted on GitHub @ lfe/docs. Learn You Some Erlang. Below are links to the LFE man pages (plain text) maintained in the LFE repository:. Available as a Gitbook here. Internal Library used by LFE. Building Abstractions with Functions. Building Abstractions with Data [IN PROGRESS]. Chapter 3 - Modularity, Objects, and State. Chapter 4 - Metalinguistic Abstraction. Casting SPELs in Lisp.

docs.lhpedersen.com docs.lhpedersen.com

Coming Soon

Future home of something quite cool. If you're the site owner. To launch this site. If you are a visitor.

docs.lib.byu.edu docs.lib.byu.edu

Documentary Film Series | HBLL

The Documentary Film Series is a FREE event! Films will show in the HBLL auditorium (level one) on Thursdays at 7pm. BYU Harold B. Lee Library. February 2, 2017. If 18-year old Sonita had a say in things, Michael Jackson would be her father and Rihanna her mother. After her family attempts to sell her into marriage, a young Afghan refugee in Iran channels her frustrations and seizes her destiny through music. Grabbing the mic, she spits fiery rhymes in the face of oppressive traditions. February 16, 2017.

docs.lib.noaa.gov docs.lib.noaa.gov

Index of /

08-Mar-2013 14:58 2.4K. 20-Sep-2007 15:09 2.2K. 01-Oct-2008 13:40 2.9K. 08-Mar-2013 14:59 2.4K.

docs.lib.purdue.edu docs.lib.purdue.edu

Purdue e-Pubs | Purdue University Scholarship Online

Skip to main content. Browse and Search by: Follow. Departments and Centers at Purdue. Purdue e-Pubs is a service of the Purdue University Libraries, providing online publishing support for original publications as well as hosting for Purdue-affiliated articles, reports, conference proceedings, student scholarship, and more. Contact the Libraries. To discuss opportunities to bring additional Purdue-affiliated scholarship online. Top 10 Downloads All time. Recent Additions 50 most recent additions.

docs.liberec.cz docs.liberec.cz

docs.liberec.cz - /

Docsliberec.cz - /. 4/20/2015 3:29 PM dir kamera. 4/20/2015 3:23 PM dir Odb EU. 4/20/2015 3:23 PM dir Odb HA. 4/20/2015 3:23 PM dir Odb KP. 4/20/2015 3:23 PM dir Odb KT. 4/20/2015 3:23 PM dir Odb OE. 4/20/2015 3:23 PM dir Odb OI. 4/20/2015 3:24 PM dir Odb PR. 4/20/2015 3:24 PM dir Odb RP. 4/20/2015 3:24 PM dir Odb SM. 4/20/2015 3:24 PM dir Odb SR. 4/20/2015 3:24 PM dir Odb SU. 4/20/2015 3:24 PM dir Odb UK. 4/20/2015 3:24 PM dir Odb ZP. 4/20/2015 3:29 PM dir scan.