Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.7 KB

02.repl.it.md

File metadata and controls

29 lines (19 loc) · 1.7 KB

repl.it

  • 새로운 프로그래밍 언어를 배우고 싶을 때 비교적 간단히 시작해 볼 수 있는 웹 기반 통합 개발 환경임.
    When you want to learn a new programming language, repl.it could be a simple web based IDE for you.

  • 이름인 REPL 은 Read-Evaluate-Print Loop 의 약자임.
    Its name REPL came from Read-Evaluate-Print Loop.

  • 대체로 무료로 사용할 수 있고 유료 승급이 가능함.
    Mostly you can use for free. There are paid upgrades.

시작하기
How to start?

  • Github.com 계정이 있다면, 계정 생성 페이지 에서 해당 아이콘을 선택하여 시작할 수 있음.
    If you have a Github.com account, you can select the icon to start.

  • + New repl 을 선택하여 새로운 repl 생성할 수 있음.
    You can start a new repl by choosing + New repl.

  • 새로운 repl 에서 사용할 프로그래밍 언어를 선택하거나 Github 저장소를 지정하면 새로운 repl 이 준비됨
    Now when you can choose a programming language or a Github repository, a new repl would be prepared.

Bash shell 열기
How to open a bash shell pane?

  • repl 을 열고 에서 가운데 파일 이름 아래 편집칸에서 F1 키를 누르면 메뉴가 나옴
    In a repl, choose edit area under a file name tag and press F1 key to open a popup menu.

  • Open Shell을 선택하면 (오른쪽 아래에) bash 명령을 실행할 수 있는 칸이 열림
    If you choose Open Shell, a pane would open; this can run your bash commands.