1 개요[ | ]
- read–eval–print loop (REPL), interactive toplevel, language shell
- 읽기-평가-출력 루프, 대화식 프로그래밍 환경, 언어 쉘
2 예시 1: Node.js[ | ]

Console
Copy
[root@localhost ~]# node
>
3 예시 2: PHP[ | ]

Console
Copy
[root@localhost ~]# php -a
Interactive mode enabled
php >
4 예시 2: Python[ | ]

Console
Copy
[root@localhost ~]# python
Python 2.6.6 (r266:84292, Jun 18 2012, 14:18:47)
[GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
5 예시 3: R[ | ]

Console
Copy
[root@localhost ~]# R
R version 3.0.2 (2013-09-25) -- "Frisbee Sailing"
Copyright (C) 2013 The R Foundation for Statistical Computing
Platform: x86_64-redhat-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
>
6 같이 보기[ | ]
7 참고[ | ]
편집자 Jmnote bot Jmnote
로그인하시면 댓글을 쓸 수 있습니다.