TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

It's Ada Lovelace Day Learn the Ada Programming Language in 2021

10 pointsby jayp1418over 3 years ago

1 comment

Bostonianover 3 years ago
Not being able to directly print an integer without calling a function to convert it to a string is awkward. The article presents this bit of code:<p><pre><code> with ada.Text_IO; use Ada.Text_IO; procedure Main is myNumber: Integer; begin myNumber := 123; Put_Line ( Integer&#x27;Image (myNumber) ); end Main;</code></pre>
评论 #28847632 未加载