어떻게 한 프로그램(소프트웨어)에 여러 언어의 사용 하는지요?

ptmono의 이미지

sourceforge의 프로젝트를 보니 한 프로그램에
C, C++, Java, php 등 여러가지 언어가 같이 사용되었더군요.
'GAIM'의 경우 C, C#, Perl, Python, Tcl를 사용하는 군요.

이렇게 여러가지 언어로 작성된 한 프로그램이
어떻게 서로서로 연동되는지 궁금합니다.

제 생각으로는 각각을 언어별로 컴파일해서 컴파일 된 명령어를
다른언어에서 실행하는 것으로 짐작하고 있습니다. 다시말해서
C++로 컴파일 된 명령어를 Java에서 실행함으로서 두 언어를
함께 사용할 수 있지 않은가 합니다.

'language binding'이라는 주제로 검색을 하여보니 gtk는 c++
이나 perl에서 바로 gtk의 함수를 불러와 사용할 수가 있더군요.
이것도 위와 상관이 있는지요.

PS. 관련의 책이나 문서가 있다면 소개를 부탁합니다.

feanor의 이미지

Java와 C/C++을 함께 사용하는 경우는 꽤 있지 않나 싶은데요. 보통 JNI를 사용합니다.

마잇의 이미지

http://www.swig.org/

C, C++로 짜여진 프로그램을 좀 더 하이레벨의 언어들, PHP, 루비, 파이썬 등등에서 사용할 수 있게 감싸주는 코드를 생성해 내는 프레임웍? 같습니다.

전 루비를 조금 쓰는데 이것을 이용해 만든 바인딩들이 종종 보이더군요.

관심이 있으실 것 같은 프로젝트라고 짐작했습니다.

--
마잇


--
마잇

lieps의 이미지

바인딩을 지원하지 않는다면, Socket, 내부통신(que, pipe 등등) 등등.. :-)
---
To solve an interesting problem,
start by finding a problem that is interesting to you.

---
To solve an interesting problem,
start by finding a problem that is interesting to you.

nohmad의 이미지

대부분의 언어 구현체들이 C로 구현되어 있거나, C API를 제공합니다. C 레이어가 다리가 되어 다양한 언어를 연결할 수 있습니다.
자바는 JNI(Java Native Interface), 루비는 Ruby C Extension API 같은 것을 제공해서 C 언어 수준에서 VM 또는 인터프리터를 컨트롤할 수 있도록 합니다.

$ruby.is_a?(Object){|oriented| language} #=> true
http://rubykr.org

ptmono의 이미지

답변들 감사드립니다.

------------------------------------------
FC5, KDE
http://www.linuxquestions.org/
http://www.fedoraforum.org/
http://stanton-finley.net/fedora_core_5_installation_notes.html

------------------------------------------
emacs user

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.