# Klipse - 인터랙티브 코드 스니펫 플러그인

> Clean Markdown view of GeekNews topic #2880. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2880](https://news.hada.io/topic?id=2880)
- GeekNews Markdown: [https://news.hada.io/topic/2880.md](https://news.hada.io/topic/2880.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-09-21T09:54:26+09:00
- Updated: 2020-09-21T09:54:26+09:00
- Original source: [github.com](https://github.com/viebel/klipse)
- Points: 5
- Comments: 1

## Topic Body

- 기술 블로그에 동작하는 코드를 임베드 할수 있게 해주는 오픈소스

- 코드는 실시간으로 브라우저에서 실행 되며, 페이지내에서 수정 가능

- JavaScript, Ruby, PHP, Python, SQL, Lua, C++, Clojure 등 다양한 언어 지원

- 내부 에디터는 CodeMirror 사용

- JS는 eval을 이용하고, 다른 언어들은 내부에서 다양한 오픈소스를 이용

ㅤ→ Ruby:Opal, C++:JSCPP, Python:Skulpt, PHP:Uniter, SQL:sql.js, LUA:wasm_lua

## Comments



### Comment 2952

- Author: sduck4
- Created: 2020-09-21T12:10:50+09:00
- Points: 1

eval을 사용했다면 보안에 좀 취약할 것 같내요.
