Erlang kansai01

Post on 22-Jun-2015

1.327 views 1 download

description

Erlang/OTP関西勉強会 #1 の導入で使ったスライド。内容薄いけど、一応アップ

Transcript of Erlang kansai01

Erlang/OTP Kansai Benkyokai(Study Group) #1

tkuro11

Software Engineer?

初学者の箸置 (beginner’s chopstick rest) http://d.hatena.ne.jp/tkuro

LSI Engineer?

Graphics Engineer?Just only a lazy man? (perhaps correct answer is …)

@tkuro11

Erlang Super Lite 発起人

Erlang 界のプリンス

@tkuro11

@mizutomo

@voluntas

Erlang Super Lite 発起人

Erlang 界のプリンス

ハヨヤレ

ハヨヤレ

ギャース

@mizutomo

@voluntas@tk

uro1

1

というのは冗談で・・・・・・

Today’s LSI Design

Totally MESS

Methodology mustchange

How to read source code efficiently?

How to read source code efficiently?

How to read source code efficiently?

There’s MANYThere’s MANY

•Official editor for erlang programming

•Very flexible and extensible•erlang-mode is included in erlang distro

•Has many features •Syntax highlight / indentation•Skelton•Etc…

Distel: Distributed Emacs Lisp

FYI

•Very simple & powerful editor

•Very flexible and extensible•erlang-mode is included in vim itself

•Has limited support•Syntax highlight / indentation

ctags, etags

• Generate tag table file

• Emacs (etags), vim (ctags)

• support erlang source(GOOD!) f()

• general tag system

• can genarate HTML page

• can get not only defs but also refs

• no support for erlang(but can!)

• multi-language IDE

•Extensible plugins system

•there’s Erlang support -- erlIDE

DEMO & Discussion

Taken together…

There’re manymany ways

For colabolative reading??

Wiki style ?

Thank you and Let’s hack together!