Giter Club home page Giter Club logo

translategko's Introduction

TranslateGKO

용어정리: 공통

다음은 프로그래밍 언어 번역에 공통으로 사용되는 용어정리 목록이다.

프로그래밍 문법

영문 한글
symbol 기호
reserved word 예약어
keyword 키워드
syntax 구문
statement
expression 표현식

프로그래밍 자료형

영문 한글
data type 자료형
integer 정수형
floating-point 부동소수형
complex 복소수형
character 문자형
string 문자열
boolean 논리형

프로그래밍 변수

영문 한글
variable 변수
local variable 지역변수
global variable 전역변수
constant variable 상수변수

프로그래밍 함수

영문 한글
function 함수
parameter 매개변수
argument (전달)인자
anonymous function 익명 함수
recursive function 재귀 함수

프로그래밍 기법

영문 한글
procedural programming 절차적 프로그래밍
functional programming 함수형 프로그래밍
object-oriented programming (OOP) 객체지향 프로그래밍

용어정리: 파이썬

다음은 파이썬 번역에 사용된 용어정리 목록이다.

참고: https://docs.python.org/ko/3.8/glossary.html

PYTHON: BASIC

영문 한글
high-level programming language 고급 프로그래밍 언어
docstring 독스트링

PYTHON: CONDITIONAL AND LOOP

영문 한글
range 범위

PYTHON: ITERABLE OBJECT

영문 한글
iterable 이터러블
iterator 이터레이터
sequence 시퀀스
list 리스트
tuple 튜플
set 집합
dictionary 딕셔너리
generator 제너레이터

PYTHON: FUNCTIONAL PROGRAMMING

영문 한글
pure function 순수 함수
higher-order function 고차 함수
lambda expression 람다 표현식
base case 기저 조건
decorator 데코레이터

translategko's People

Contributors

fora22 avatar gko95 avatar su-hyeok avatar

Watchers

 avatar  avatar

translategko's Issues

용어정리

용어정리

번역에 쓰일 용어 정리하길 바랍니다.
Interpreter
-> [1] 인터프리터
-> [2] Interpreter

문장 수정 요청

문장 수정 요청

Python: Basic

Interprter

Programming language such as C/C++ uses compiler that translates a source code (written in English) to a computer language (such as binary language) computer can understand for execution. However, interpreter allows computer to execute the program directly from a source code without translation.

제가 여기서 그러나, 인터프리터는 컴퓨터가 번역 없이 소스코드에서 직접 프로그램을 실행할 수 있도록 한다. 라고 번역을 했는데, 문장이 좀 잘못된 것 같습니다.
인터프리터도 일단은 기계어로 번역을 할텐데 without translation 은 잘못된 것 아닌가요?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.