Source code

[информатика и компьютерные технологии] исходный код

Большой англо-русский словарь

Source code

исходный текст [программы], профессионализм исходник компьютерная программа, написанная программистом либо сгенерированная приложением на языке программирования. Исходный текст программы может быть откомпилирован с помощью компилятора в объектный или даже в машинный код, либо исполнен интерпретатором Смотри также: compiler, interpreter, listing, machine code, object code, object module, open source code, pretty printer, spaghetti code

Англо-русский словарь компьютерных терминов

Source code

1) исходный код; исходная программа, программа на исходном языке 2) [телевидение] код источника

Англо-русский политехнический словарь

Source code

noun a computer program in its original programming language (as FORTRAN or C) before translation into object code usually by a compiler

Merriam-Webster's Collegiate Dictionary

Source code

(Or "source", or rarely "source language") The form in which a computer program (software) is written by the programmer. Source code is written in some formal programming language which can be compiled automatically into object code or machine code or executed by an interpreter. Source code might be stored in a source code management system. If you have the source code for a program rather than just its compiled, executable form, then you can, with the right tools, modify it to fix bugs or add new features. This is the basis of the open source philosophy - empowering people to improve the software they use for the benefit of themselves and others. The Jargon File would have us believe that an old-time hacker might refer to source code informally as "English", with the implication that to him his favourite programming language is at least as readable as English.

Free Online Dictionary of Computing