Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Hubot can now speak Erlang. #360

Merged
merged 1 commit into from
Mar 30, 2012
Merged

Hubot can now speak Erlang. #360

merged 1 commit into from
Mar 30, 2012

Conversation

robertoaloi
Copy link
Contributor

This script allows Hubot to execute Erlang expressions via the tryerlang.org APIs.

Usage example:

Hubot> hubot erl erlang:time().
Hubot> {4,41,19}
Hubot> hubot erl 24+123.
Hubot> 147
Hubot> hubot erl lists:seq(1,19) ++ [20].
Hubot> [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]

I'm completely new to Hubot, Node and Coffee, so comments and critics are more than welcome.

tombell added a commit that referenced this pull request Mar 30, 2012
Hubot can now speak Erlang.
@tombell tombell merged commit 6d8ea09 into github:master Mar 30, 2012
@atmos
Copy link
Contributor

atmos commented Mar 30, 2012

Amazing.

@tombell
Copy link
Contributor

tombell commented Mar 30, 2012

One step closer to hubot replacing every developer in the world.

amaltson pushed a commit to amaltson/hubot-scripts that referenced this pull request Jan 7, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants