{"id":12169,"date":"2022-10-10T17:24:56","date_gmt":"2022-10-10T08:24:56","guid":{"rendered":"https:\/\/prodskill.com\/?p=12169"},"modified":"2022-10-10T17:33:07","modified_gmt":"2022-10-10T08:33:07","slug":"delphi","status":"publish","type":"post","link":"https:\/\/prodskill.com\/en\/delphi\/","title":{"rendered":"Remembering Delphi... (feat. Anders Hejlsberg)"},"content":{"rendered":"<p>I remember my favorite development tool and language, Delphi, when I was working as a developer. It is a language that made it possible to study the fun and rewarding of coding and OOP in depth. It is a pity that it has not been used much recently and seems to be disappearing.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-143.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-143-1024x607.png\" alt=\"Screenshot of Delphi\" class=\"wp-image-12172\" width=\"768\" height=\"455\" srcset=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-143-1024x607.png 1024w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-143-300x178.png 300w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-143-768x456.png 768w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-143-18x12.png 18w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-143-24x14.png 24w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-143-36x21.png 36w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-143-48x28.png 48w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-143.png 1315w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/a><figcaption>Screenshot of Delphi<\/figcaption><\/figure>\n<\/div>\n\n\n<p>The language I learned in the \u201cIntroduction to Programming\u201d course in my freshman year of university is Pascal. The compiler used at the time was Borland&#039;s Turbo Pascal. Since then, I have learned and learned new programming languages such as C, Visual Basic, Java, C++, C#, and Python, but my favorite language is still Pascal.<\/p>\n\n\n\n<p>If the C language&#039;s OOP extension is C++, the Pascal language&#039;s OOP extension is Object Pascal, and the IDE (Integrated Development Environment) tool that can develop with this Object Pascal language is Delphi. At first, Object Pascal, a language, and Delphi, a tool, were used to refer to each other separately, but at some point, Delphi became a word that refers to both a language and a tool.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Delphi is an integrated development environment (IDE) and language used to create programs that run on Windows, Linux, iOS, and Android. The basic grammar is the same as the Pascal grammar, but several functions have been added to Pascal, and it currently exists as a language called Delphi. Originally developed by Borland, it is now owned and developed by Embarcaderos.<\/p><p>The latest version of the Delphi compiler is included with Embarcadero RAD Studio.<\/p><\/blockquote>\n\n\n\n<p>source:&nbsp;<a href=\"https:\/\/ko.wikipedia.org\/wiki\/%EB%8D%B8%ED%8C%8C%EC%9D%B4\" target=\"_blank\" rel=\"noreferrer noopener\">Delphi - Wikipedia, the everyone&#039;s encyclopedia (wikipedia.org)<\/a><\/p>\n\n\n\n<p>Delphi provides a very nice library called the Visual Class Library (VCL). I was able to understand the concept of OOP (Object Oriented Programming) much better by looking at the VCL source code. VCL is a well-structured library, so I was able to learn how to design and correlate classes just by browsing the source code.<\/p>\n\n\n\n<p>Delphi was created under the leadership of Anders Hejlsberg, a Danish engineer who developed Borland&#039;s Turbo Pascal. Anders Hejlsberg is one of the living legends of programming language and software development.<\/p>\n\n\n\n<p><a href=\"https:\/\/ko.wikipedia.org\/wiki\/%EC%95%84%EB%84%A4%EB%A5%B4%EC%8A%A4_%ED%95%98%EC%9D%BC%EC%8A%A4%EB%B2%A0%EB%A5%B4\" target=\"_blank\" rel=\"noreferrer noopener\">Anders Heilsberg - Wikipedia, The Encyclopedia for All (wikipedia.org)<\/a><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-142.png\"><img loading=\"lazy\" decoding=\"async\" width=\"225\" height=\"307\" src=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-142.png\" alt=\"\uc544\ub124\ub974\uc2a4 \ud558\uc77c\uc2a4\ubca0\ub974\" class=\"wp-image-12171\" srcset=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-142.png 225w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-142-220x300.png 220w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-142-9x12.png 9w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-142-18x24.png 18w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-142-26x36.png 26w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-142-35x48.png 35w\" sizes=\"auto, (max-width: 225px) 100vw, 225px\" \/><\/a><figcaption><a href=\"https:\/\/ko.wikipedia.org\/wiki\/%EC%95%84%EB%84%A4%EB%A5%B4%EC%8A%A4_%ED%95%98%EC%9D%BC%EC%8A%A4%EB%B2%A0%EB%A5%B4\" target=\"_blank\" rel=\"noreferrer noopener\">Anders Heilsberg<\/a><\/figcaption><\/figure>\n<\/div>\n\n\n<p>Visual J++ (1996), C# (2000), and TypeScript (2012) were created by this person leaving Borland and moving to Microsoft.<\/p>\n\n\n\n<p>Around 2001, there was a craze for learning .NET in Korea. At that time, while learning the C# language for the first time, I felt that &#039;the syntax is like Java, and the object model and class library are like Delphi&#039;. It was only later that I realized that the person who made Delphi had created C#, and I remember thinking that my feelings were not wrong.<\/p>\n\n\n\n<p>Attached is a YouTube interview video uploaded on February 11, 2019. About 10 seconds into the video, he introduces himself as \u201cAnders Heilsberg\u201d. The wiki page&#039;s &quot;Anders Heilsberg&quot; seems to have a Danish pronunciation.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=tmOmFfcA9us\" target=\"_blank\" rel=\"noreferrer noopener\">BEHIND THE CODE: The one who created languages \u2013 YouTube<\/a><\/p>\n\n\n\n<figure class=\"wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"video-container\"><iframe loading=\"lazy\" title=\"BEHIND THE CODE: The one who created languages\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/tmOmFfcA9us?feature=oembed&#038;wmode=opaque\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n<\/div><figcaption><a href=\"https:\/\/www.youtube.com\/watch?v=tmOmFfcA9us\" target=\"_blank\" rel=\"noreferrer noopener\">BEHIND THE CODE: The one who created languages \u2013 YouTube<\/a><\/figcaption><\/figure>\n\n\n\n<p>Some parts of this video are indexed.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>01:12: Turbo Pascal<\/li><li>06:09: Delphi<\/li><li>06:54 .NET, C#<\/li><li>09:22: TypeScript<\/li><\/ul>\n\n\n\n<p>There is a site where the above interview video was written in text, so I&#039;ll link to it.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.welcometothejungle.com\/en\/articles\/anders-hejlsberg-microsoft-career\" target=\"_blank\" rel=\"noreferrer noopener\">The one who created languages (welcometothejungle.com)<\/a><\/p>\n\n\n\n<p>Delphi has lost popularity since the mid-2000s and is now (2022) a non-mainstream language with few users.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-144.png\"><img loading=\"lazy\" decoding=\"async\" width=\"635\" height=\"706\" src=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-144.png\" alt=\"TIOBE Index for February 2022\" class=\"wp-image-12174\" srcset=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-144.png 635w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-144-270x300.png 270w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-144-11x12.png 11w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-144-22x24.png 22w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-144-32x36.png 32w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-144-43x48.png 43w\" sizes=\"auto, (max-width: 635px) 100vw, 635px\" \/><\/a><figcaption>TIOBE Index for February 2022<\/figcaption><\/figure>\n<\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/tiobe-Index-for-October-2022.png\"><img loading=\"lazy\" decoding=\"async\" width=\"622\" height=\"922\" src=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/tiobe-Index-for-October-2022.png\" alt=\"TIOBE Index for October 2022\" class=\"wp-image-12176\" srcset=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/tiobe-Index-for-October-2022.png 622w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/tiobe-Index-for-October-2022-202x300.png 202w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/tiobe-Index-for-October-2022-8x12.png 8w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/tiobe-Index-for-October-2022-16x24.png 16w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/tiobe-Index-for-October-2022-24x36.png 24w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/tiobe-Index-for-October-2022-32x48.png 32w\" sizes=\"auto, (max-width: 622px) 100vw, 622px\" \/><\/a><figcaption>TIOBE Index for October 2022: <a href=\"https:\/\/www.tiobe.com\/tiobe-index\/\" target=\"_blank\" rel=\"noreferrer noopener\">TIOBE Index \u2013 TIOBE<\/a><\/figcaption><\/figure>\n<\/div>\n\n\n<p>14th in January 2022 (Note:<a href=\"https:\/\/prodtool.tistory.com\/89\">TIOBE Index for January 2022<\/a>), but in February it was down one notch to 15th. As of October 2022, it is ranked 18th. Rating (search share) is less than 1%, so it can be seen that the popularity is definitely not there regardless of the ranking.<\/p>\n\n\n\n<p>Among the Delphi versions, Delphi version 3 was briefly used for learning purposes, and 4, 5, 6, and 7 were used for development work at the project site.<\/p>\n\n\n\n<p>There is a page commemorating the 27th anniversary of the Delphi file, and some contents are extracted and recorded.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>source: <a href=\"https:\/\/delphi.embarcadero.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Celebrating Delphi&#039;s 27th Anniversary (embarcadero.com) (https:\/\/delphi.embarcadero.com\/<\/a>)<\/p><\/blockquote>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-145.png\"><img loading=\"lazy\" decoding=\"async\" width=\"758\" height=\"1024\" src=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-145-758x1024.png\" alt=\"Delphi 27th: Delphi through the years\" class=\"wp-image-12177\" srcset=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-145-758x1024.png 758w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-145-222x300.png 222w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-145-768x1038.png 768w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-145-9x12.png 9w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-145-18x24.png 18w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-145-27x36.png 27w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-145-36x48.png 36w, https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-145.png 904w\" sizes=\"auto, (max-width: 758px) 100vw, 758px\" \/><\/a><figcaption>Delphi 27th: Delphi through the years (<a href=\"https:\/\/delphi.embarcadero.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Celebrating Delphi&#039;s 27th Anniversary (embarcadero.com)<\/a>)<\/figcaption><\/figure>\n<\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"\/>\n\n\n\n<p>I liked the strict and rigid Pascal syntax a lot. I was able to know the real fun of programming with the Object Pascal language extended to OOP. Delphi was a tool and a language that made it possible for me to create the software I wanted to create and not others.<\/p>\n\n\n\n<p>Although programming is no longer my main job since 2004, Delphi is always on my mind.<\/p>\n\n\n\n<p>I hope that Delphi will not go away and stay forever.<\/p>","protected":false},"excerpt":{"rendered":"<p>I remember my favorite development tool and language, Delphi, when I was working as a developer. It is a language that made it possible to study the fun and rewarding of coding and OOP in depth. It is a pity that it has not been used much recently and seems to be disappearing. The language I learned in the \u201cIntroduction to Programming\u201d course in my freshman year at university...<\/p>","protected":false},"author":1,"featured_media":12172,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[37],"tags":[280,282,283,284],"class_list":["post-12169","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-misc","tag-anders-hejlsberg","tag-delphi","tag-283","tag-284"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\ub378\ud30c\uc774(Delphi)\ub97c \ucd94\uc5b5\ud558\uba70... (feat. Anders Hejlsberg) - \uc0dd\uc0b0\uc131 Skill<\/title>\n<meta name=\"description\" content=\"\uac1c\ubc1c\uc790\ub85c \uc77c\ud558\ub358 \uc2dc\uc808 \uac00\uc7a5 \uc88b\uc544\ud588\ub358 \uac1c\ubc1c \ub3c4\uad6c\uc774\uc790 \uc5b8\uc5b4\uc778 \ub378\ud30c\uc774(Delphi)\ub97c \ucd94\uc5b5\ud574 \ubcf8\ub2e4. \ucf54\ub529\uc758 \uc7ac\ubbf8\uc640 \ubcf4\ub78c, OOP\uc5d0 \ub300\ud574 \uae4a\uac8c \uacf5\ubd80\ud560 \uc218 \uc788\uac8c \ud574\uc900 \uc5b8\uc5b4\uc774\ub2e4. \ucd5c\uadfc\uc5d0\ub294 \ub9ce\uc774 \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uace0 \uc810\uc810 \uc0ac\ub77c\uc9c0\ub294 \uac83 \uac19\uc544 \uc548\ud0c0\uae4c\uc6b4 \ub9c8\uc74c\uc774\ub2e4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/prodskill.com\/en\/delphi\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ub378\ud30c\uc774(Delphi)\ub97c \ucd94\uc5b5\ud558\uba70... (feat. Anders Hejlsberg) - \uc0dd\uc0b0\uc131 Skill\" \/>\n<meta property=\"og:description\" content=\"\uac1c\ubc1c\uc790\ub85c \uc77c\ud558\ub358 \uc2dc\uc808 \uac00\uc7a5 \uc88b\uc544\ud588\ub358 \uac1c\ubc1c \ub3c4\uad6c\uc774\uc790 \uc5b8\uc5b4\uc778 \ub378\ud30c\uc774(Delphi)\ub97c \ucd94\uc5b5\ud574 \ubcf8\ub2e4. \ucf54\ub529\uc758 \uc7ac\ubbf8\uc640 \ubcf4\ub78c, OOP\uc5d0 \ub300\ud574 \uae4a\uac8c \uacf5\ubd80\ud560 \uc218 \uc788\uac8c \ud574\uc900 \uc5b8\uc5b4\uc774\ub2e4. \ucd5c\uadfc\uc5d0\ub294 \ub9ce\uc774 \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uace0 \uc810\uc810 \uc0ac\ub77c\uc9c0\ub294 \uac83 \uac19\uc544 \uc548\ud0c0\uae4c\uc6b4 \ub9c8\uc74c\uc774\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prodskill.com\/en\/delphi\/\" \/>\n<meta property=\"og:site_name\" content=\"\uc0dd\uc0b0\uc131 Skill\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-10T08:24:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-10T08:33:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-143.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1315\" \/>\n\t<meta property=\"og:image:height\" content=\"780\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Zerom\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Zerom\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/prodskill.com\\\/delphi\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/delphi\\\/\"},\"author\":{\"name\":\"Zerom\",\"@id\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/#\\\/schema\\\/person\\\/bbad0870c78008c82edbe0960fe768bd\"},\"headline\":\"\ub378\ud30c\uc774(Delphi)\ub97c \ucd94\uc5b5\ud558\uba70&#8230; (feat. Anders Hejlsberg)\",\"datePublished\":\"2022-10-10T08:24:56+00:00\",\"dateModified\":\"2022-10-10T08:33:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/delphi\\\/\"},\"wordCount\":211,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/#\\\/schema\\\/person\\\/bbad0870c78008c82edbe0960fe768bd\"},\"image\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/delphi\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/prodskill.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/image-143.png\",\"keywords\":[\"Anders Hejlsberg\",\"Delphi\",\"\ub378\ud30c\uc774\",\"\uc564\ub354\uc2a4 \ud558\uc77c\uc2a4\ubc84\uadf8\"],\"articleSection\":[\"misc\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/prodskill.com\\\/delphi\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/prodskill.com\\\/delphi\\\/\",\"url\":\"https:\\\/\\\/prodskill.com\\\/delphi\\\/\",\"name\":\"\ub378\ud30c\uc774(Delphi)\ub97c \ucd94\uc5b5\ud558\uba70... (feat. Anders Hejlsberg) - \uc0dd\uc0b0\uc131 Skill\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/delphi\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/delphi\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/prodskill.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/image-143.png\",\"datePublished\":\"2022-10-10T08:24:56+00:00\",\"dateModified\":\"2022-10-10T08:33:07+00:00\",\"description\":\"\uac1c\ubc1c\uc790\ub85c \uc77c\ud558\ub358 \uc2dc\uc808 \uac00\uc7a5 \uc88b\uc544\ud588\ub358 \uac1c\ubc1c \ub3c4\uad6c\uc774\uc790 \uc5b8\uc5b4\uc778 \ub378\ud30c\uc774(Delphi)\ub97c \ucd94\uc5b5\ud574 \ubcf8\ub2e4. \ucf54\ub529\uc758 \uc7ac\ubbf8\uc640 \ubcf4\ub78c, OOP\uc5d0 \ub300\ud574 \uae4a\uac8c \uacf5\ubd80\ud560 \uc218 \uc788\uac8c \ud574\uc900 \uc5b8\uc5b4\uc774\ub2e4. \ucd5c\uadfc\uc5d0\ub294 \ub9ce\uc774 \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uace0 \uc810\uc810 \uc0ac\ub77c\uc9c0\ub294 \uac83 \uac19\uc544 \uc548\ud0c0\uae4c\uc6b4 \ub9c8\uc74c\uc774\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/delphi\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/prodskill.com\\\/delphi\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/prodskill.com\\\/delphi\\\/#primaryimage\",\"url\":\"https:\\\/\\\/prodskill.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/image-143.png\",\"contentUrl\":\"https:\\\/\\\/prodskill.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/image-143.png\",\"width\":1315,\"height\":780},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/prodskill.com\\\/delphi\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ub378\ud30c\uc774(Delphi)\ub97c \ucd94\uc5b5\ud558\uba70&#8230; (feat. Anders Hejlsberg)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/#website\",\"url\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/\",\"name\":\"\uc0dd\uc0b0\uc131 Skill\",\"description\":\"Meta Thinking, Meta Working\",\"publisher\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/#\\\/schema\\\/person\\\/bbad0870c78008c82edbe0960fe768bd\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/prodskill.com\\\/ko\\\/#\\\/schema\\\/person\\\/bbad0870c78008c82edbe0960fe768bd\",\"name\":\"Zerom\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/prodskill.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/productivity_clockgear.png\",\"url\":\"https:\\\/\\\/prodskill.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/productivity_clockgear.png\",\"contentUrl\":\"https:\\\/\\\/prodskill.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/productivity_clockgear.png\",\"width\":512,\"height\":512,\"caption\":\"Zerom\"},\"logo\":{\"@id\":\"https:\\\/\\\/prodskill.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/productivity_clockgear.png\"},\"url\":\"https:\\\/\\\/prodskill.com\\\/en\\\/author\\\/proda\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Remembering Delphi... (feat. Anders Hejlsberg) - Productivity Skill","description":"I remember my favorite development tool and language, Delphi, when I was working as a developer. It is a language that made it possible to study the fun and rewarding of coding and OOP in depth. It is a pity that it has not been used much recently and seems to be disappearing.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/prodskill.com\/en\/delphi\/","og_locale":"en_US","og_type":"article","og_title":"\ub378\ud30c\uc774(Delphi)\ub97c \ucd94\uc5b5\ud558\uba70... (feat. Anders Hejlsberg) - \uc0dd\uc0b0\uc131 Skill","og_description":"\uac1c\ubc1c\uc790\ub85c \uc77c\ud558\ub358 \uc2dc\uc808 \uac00\uc7a5 \uc88b\uc544\ud588\ub358 \uac1c\ubc1c \ub3c4\uad6c\uc774\uc790 \uc5b8\uc5b4\uc778 \ub378\ud30c\uc774(Delphi)\ub97c \ucd94\uc5b5\ud574 \ubcf8\ub2e4. \ucf54\ub529\uc758 \uc7ac\ubbf8\uc640 \ubcf4\ub78c, OOP\uc5d0 \ub300\ud574 \uae4a\uac8c \uacf5\ubd80\ud560 \uc218 \uc788\uac8c \ud574\uc900 \uc5b8\uc5b4\uc774\ub2e4. \ucd5c\uadfc\uc5d0\ub294 \ub9ce\uc774 \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uace0 \uc810\uc810 \uc0ac\ub77c\uc9c0\ub294 \uac83 \uac19\uc544 \uc548\ud0c0\uae4c\uc6b4 \ub9c8\uc74c\uc774\ub2e4.","og_url":"https:\/\/prodskill.com\/en\/delphi\/","og_site_name":"\uc0dd\uc0b0\uc131 Skill","article_published_time":"2022-10-10T08:24:56+00:00","article_modified_time":"2022-10-10T08:33:07+00:00","og_image":[{"width":1315,"height":780,"url":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-143.png","type":"image\/png"}],"author":"Zerom","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Zerom","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/prodskill.com\/delphi\/#article","isPartOf":{"@id":"https:\/\/prodskill.com\/delphi\/"},"author":{"name":"Zerom","@id":"https:\/\/prodskill.com\/ko\/#\/schema\/person\/bbad0870c78008c82edbe0960fe768bd"},"headline":"\ub378\ud30c\uc774(Delphi)\ub97c \ucd94\uc5b5\ud558\uba70&#8230; (feat. Anders Hejlsberg)","datePublished":"2022-10-10T08:24:56+00:00","dateModified":"2022-10-10T08:33:07+00:00","mainEntityOfPage":{"@id":"https:\/\/prodskill.com\/delphi\/"},"wordCount":211,"commentCount":0,"publisher":{"@id":"https:\/\/prodskill.com\/ko\/#\/schema\/person\/bbad0870c78008c82edbe0960fe768bd"},"image":{"@id":"https:\/\/prodskill.com\/delphi\/#primaryimage"},"thumbnailUrl":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-143.png","keywords":["Anders Hejlsberg","Delphi","\ub378\ud30c\uc774","\uc564\ub354\uc2a4 \ud558\uc77c\uc2a4\ubc84\uadf8"],"articleSection":["misc"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/prodskill.com\/delphi\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/prodskill.com\/delphi\/","url":"https:\/\/prodskill.com\/delphi\/","name":"Remembering Delphi... (feat. Anders Hejlsberg) - Productivity Skill","isPartOf":{"@id":"https:\/\/prodskill.com\/ko\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prodskill.com\/delphi\/#primaryimage"},"image":{"@id":"https:\/\/prodskill.com\/delphi\/#primaryimage"},"thumbnailUrl":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-143.png","datePublished":"2022-10-10T08:24:56+00:00","dateModified":"2022-10-10T08:33:07+00:00","description":"I remember my favorite development tool and language, Delphi, when I was working as a developer. It is a language that made it possible to study the fun and rewarding of coding and OOP in depth. It is a pity that it has not been used much recently and seems to be disappearing.","breadcrumb":{"@id":"https:\/\/prodskill.com\/delphi\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prodskill.com\/delphi\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prodskill.com\/delphi\/#primaryimage","url":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-143.png","contentUrl":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/10\/image-143.png","width":1315,"height":780},{"@type":"BreadcrumbList","@id":"https:\/\/prodskill.com\/delphi\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/prodskill.com\/ko\/"},{"@type":"ListItem","position":2,"name":"\ub378\ud30c\uc774(Delphi)\ub97c \ucd94\uc5b5\ud558\uba70&#8230; (feat. Anders Hejlsberg)"}]},{"@type":"WebSite","@id":"https:\/\/prodskill.com\/ko\/#website","url":"https:\/\/prodskill.com\/ko\/","name":"Productivity Skills","description":"Meta Thinking, Meta Working","publisher":{"@id":"https:\/\/prodskill.com\/ko\/#\/schema\/person\/bbad0870c78008c82edbe0960fe768bd"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/prodskill.com\/ko\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/prodskill.com\/ko\/#\/schema\/person\/bbad0870c78008c82edbe0960fe768bd","name":"Zerom","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/productivity_clockgear.png","url":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/productivity_clockgear.png","contentUrl":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/productivity_clockgear.png","width":512,"height":512,"caption":"Zerom"},"logo":{"@id":"https:\/\/prodskill.com\/wp-content\/uploads\/2022\/09\/productivity_clockgear.png"},"url":"https:\/\/prodskill.com\/en\/author\/proda\/"}]}},"_links":{"self":[{"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/posts\/12169","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/comments?post=12169"}],"version-history":[{"count":0,"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/posts\/12169\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/media\/12172"}],"wp:attachment":[{"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/media?parent=12169"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/categories?post=12169"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prodskill.com\/en\/wp-json\/wp\/v2\/tags?post=12169"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}