473,666 Members | 2,354 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

whats te best way to make a language easier to learn for indigenouspeopl e

Lately I have been Customizing C commands into another language
(Shona) to facilitate easier learning of C by Shona speaking people
using pre-processor directives i.e. (#include define)

is there a better way to have C or C++ available in another language.
Feb 12 '08 #1
3 1402
Sam
Greg writes:
Lately I have been Customizing C commands into another language
(Shona) to facilitate easier learning of C by Shona speaking people
using pre-processor directives i.e. (#include define)

is there a better way to have C or C++ available in another language.
No. Face it, C, and pretty much all other programming languages, are written
in English. Trying to hodge-podge a translation of the programming
language's grammar to another (non-English) native language may seem like a
worthwhile idea at first, but will prove to be counter-productive in the
long run.

What you will essentially accomplish is making them learn a programming
language that only they will know. Even if they master their own nativ-ized
version of C, as soon as they see a real C program, that's it. They won't
make heads and tails of it. So, what have you really accomplish?

You'll just have to bite the bullet, and give them a crash course in basic
English, concurrently with studying the C programming language. English has
become, through a series of historical events, lingua franca of all
programming languages. Learning basic English is crucial to being able to
communicate with other programmers.

Occasionally I come across people trying to communicate on various technical
topics, in my native language. It's … not a pretty sight. Trying to converse
on programming topics in anything other than English is very painful.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQBHsRLWx9p 3GYHlUOIRAiaZAJ 9MBHxwGtjXSxCgD WK6Iz16YzIa5gCf Vrb7
14n+dHCuy7/Hm7gsUGCCve4=
=Doum
-----END PGP SIGNATURE-----

Feb 12 '08 #2
Greg wrote:
Lately I have been Customizing C commands into another language
(Shona) to facilitate easier learning of C by Shona speaking people
using pre-processor directives i.e. (#include define)
I did that once. The only consequence was that the code got totally
obfuscated and unmaintainable. I gave up on it very soon.

is there a better way to have C or C++ available in another language.
I guess, what would really help is a good text book on standard C++ in that
language.
Best

Kai-Uwe Bux
Feb 12 '08 #3
point taken thanx plenta for that. what of the case of the chines/
Japanese and the like. after reading all r comments i think a book in
my native language with the english symbols intact is a good option. i
am a proponent of ICT4D.

CHEERS

GREG
WWW.ICTDI.ORG
Feb 15 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

26
2131
by: HackingYodel | last post by:
Hello all! I'm learning to program at home. I can't imagine a better language than Python for this. The ideal situation, for me, would be to study two languages at the same time. Probably sounds crazy, but it works out better for me. Being a newbie, I find almost all languages fascinating. C, D, Objective-C, Ocaml, C++, Lisp, how is a non-tech to choose? Does any single language do a better job in Python's weaker areas? Would anyone...
7
1729
by: Jon Slaughter | last post by:
I'm trying to get into web development for creating a professional web site and I'm confused on which language I should use. I've read some comparisons between the major languages and I was thinking that python might be the way to go for the most powerful and general language but I am not sure. Does anyone know of any detailed and objective comparisons between the major languages(perl, php, java, javascript, etc...) that might help me get...
131
21634
by: Peter Foti | last post by:
Simple question... which is better to use for defining font sizes and why? px and em seem to be the leading candidates. I know what the general answer is going to be, but I'm hoping to ultimately get some good real world examples. Fire away! :) Regards, Peter Foti
5
2477
by: Panama Red | last post by:
I would like to learn to program in c++ on Linux and AIX systems...mainly socket and fifo type stuff. Can someone recommend a book for someone with experience only with Perl, shell, and Pick/Basic ? Thanks
136
9307
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their code was littered with document.all and eval, for example, and I wanted to create a practical list of best practices that they could easily put to use. The above URL is version 1.0 (draft) that resulted. IMO, it is not a replacement for the FAQ,...
8
4033
by: Hermawih | last post by:
Hello , I want your opinion about this . In order to say it clearly , I think I have to describe it in long sentences . I could consider myself as Intermediate/Advance Access Developer ; Intermediate/Advanced Database designer . Because of the requirements , I must create Web Application . Access Pages is not suitable for that so I think about learning VB Net / ASP Net . I am
3
1409
by: Flic | last post by:
Hi, I currently have a website that uses an option drop down box to select different colours for an item before the form it is in is submitted. This works fine but as I am trying to advance my skills I decided to learn PHP to use with SQL which I already know. I have yet to start but am thinking of how to go about it and looking at some example code. The whole thing looks easier enough but I was wondering how these option boxs would fit...
13
2490
by: BK | last post by:
Our .Net team has just inherited a junior programmer that we need to get up to speed as quickly as possible. Unfortunately, his skill set is largely Access with some VB6 and ASP classic experience. We employ some parts of XP such as pair programming, and this should help. Other than books, does anyone have any suggestions? His skill set is pretty antiquated and we need to get him up to speed as quickly as possible so any suggestions...
13
2563
by: G | last post by:
Hello, Looking for opinions on a fairly simple task, new to ASP.net (C#) and want to make sure I do this as efficiently as possible. I have a web based form, and I need to run some SQL before submit, which determines exactly where to send the form contents. The table of "receipients" could contain in the region of 3,500 recipients but is more likely to contain up to 1,000. Table structure:
0
8355
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8866
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8781
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8550
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8638
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7381
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4193
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4365
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2769
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.